COLOR #BEBF41

HEX: #BEBF41
RGB: (190,191,65)

Color info

#BEBF41 contains mainly red and green colors. Web safe color of #BEBF41 is #CCCC33 (or #CC3).

RGB color model

#BEBF41 color RGB value is (190,191,65).

  • red value is 190;
  • green value is 191;
  • blue value is 65.
RGB:
(190,191,65)
(75%,75%,25%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 65 of 255 = 25%

190
191
65

R + G + B ~ 58%. #BEBF41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 65 = 446 (100%)
R 190 of 446 ~ 42.6%
G 191 of 446 ~ 42.83%
B 65 of 446 ~ 14.57%

%42.6
%42.83
%14.57

CMYK color model

#BEBF41 color CMYK value is (1,0,66,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 65.97%
  • key color value is 25.10%
CMYK:
(1,0,66,25)
C1M0Y66K25 
(1%,0%,66%,25%)
(0.01/0.00/0.66/0.25)	

CMYK percentages

%0.52
%0
%65.97
%25.1

Codes

Color #BEBF41 in popluar color models

BEBF41
RGB19019165
HSL60°49.61%50.20%
HSB/HSV60°65.97%74.90%
CMYK0.52%0.00%65.97%
25.10%

Color #BEBF41 in popluar number systems.

HEXBEBF41
Decimal19019165
Binary10111110101111111000001
Octal276277101

Shades and tints

Shades of #BEBF41

#BEBF41
(190,191,65)
#ADAE3C
(173,174,60)
#9C9D37
(156,157,55)
#8B8C32
(139,140,50)
#7A7B2D
(122,123,45)
#696A28
(105,106,40)
#585923
(88,89,35)
#47481E
(71,72,30)
#363719
(54,55,25)
#252614
(37,38,20)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #BEBF41

#BEBF41
(190,191,65)
#C3C452
(195,196,82)
#C8C963
(200,201,99)
#CDCE74
(205,206,116)
#D2D385
(210,211,133)
#D7D896
(215,216,150)
#DCDDA7
(220,221,167)
#E1E2B8
(225,226,184)
#E6E7C9
(230,231,201)
#EBECDA
(235,236,218)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBF41 color. Also use rgb(190,191,65) instead hex code.

Text Font Color

.myTextColor { color: #BEBF41; }

<p style="color:#BEBF41">This sample text font color is #BEBF41.</p>

This text font color is #BEBF41.


Background Color

.myBgColor { background-color: #BEBF41; }

<div style="background-color:#BEBF41">Inner text</div>

This div background color is #BEBF41.


Border color

.myBorderColor { border: 1px solid #BEBF41; }

<div style="border:3px solid #BEBF41">Div</div>

This div border color is #BEBF41.


Opacity

.myOpacity80 { color: #BEBF41; opacity: 0.8; }

<p style="color:#BEBF41;opacity:0.8;">80%</p>

Text with #BEBF41 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEBF41;}

<p style="text-shadow: 3px 3px 1px #BEBF41">Text here.</p>

This text has shadow with #BEBF41 color.

.textShadow {text-shadow: 3px 3px 1px #BEBF41, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEBF41, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEBF41 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEBF41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEBF41, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEBF41 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BEBF41;
  -webkit-box-shadow:	1px 1px 3px 2px #BEBF41;
  box-shadow:		1px 1px 3px 2px #BEBF41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEBF41;
-webkit-box-shadow: 1px 1px 3px 2px #BEBF41;
box-shadow:1px 1px 3px 2px #BEBF41;">
Div content here</div>
This div box has shadow with color #BEBF41.

Preview

Color preview on black background

This text has color #BEBF41 on black background.


Color preview on white background

This text has color #BEBF41 on white background.



Black color preview on #BEBF41 background

This text has black color on #BEBF41 background.


White color preview on #BEBF41 background

This text has white color on #BEBF41 background.