COLOR #BAAF39

HEX: #BAAF39
RGB: (186,175,57)

Color info

#BAAF39 contains mainly red and green colors. Web safe color of #BAAF39 is #CC9933 (or #C93).

RGB color model

#BAAF39 color RGB value is (186,175,57).

  • red value is 186;
  • green value is 175;
  • blue value is 57.
RGB:
(186,175,57)
(73%,69%,22%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 57 of 255 = 22%

186
175
57

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

Portions of RGB colors in percentages

R + G + B =
186 + 175 + 57 = 418 (100%)
R 186 of 418 ~ 44.5%
G 175 of 418 ~ 41.87%
B 57 of 418 ~ 13.64%

%44.5
%41.87
%13.64

CMYK color model

#BAAF39 color CMYK value is (0,6,69,27).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 69.35%
  • key color value is 27.06%
CMYK:
(0,6,69,27)
C0M6Y69K27 
(0%,6%,69%,27%)
(0.00/0.06/0.69/0.27)	

CMYK percentages

%0
%5.91
%69.35
%27.06

Codes

Color #BAAF39 in popluar color models

BAAF39
RGB18617557
HSL55°53.09%47.65%
HSB/HSV55°69.35%72.94%
CMYK0.00%5.91%69.35%
27.06%

Color #BAAF39 in popluar number systems.

HEXBAAF39
Decimal18617557
Binary1011101010101111111001
Octal27225771

Shades and tints

Shades of #BAAF39

#BAAF39
(186,175,57)
#AAA034
(170,160,52)
#9A912F
(154,145,47)
#8A822A
(138,130,42)
#7A7325
(122,115,37)
#6A6420
(106,100,32)
#5A551B
(90,85,27)
#4A4616
(74,70,22)
#3A3711
(58,55,17)
#2A280C
(42,40,12)
#1A1907
(26,25,7)
#000000
(0,0,0)

Tints of #BAAF39

#BAAF39
(186,175,57)
#C0B64B
(192,182,75)
#C6BD5D
(198,189,93)
#CCC46F
(204,196,111)
#D2CB81
(210,203,129)
#D8D293
(216,210,147)
#DED9A5
(222,217,165)
#E4E0B7
(228,224,183)
#EAE7C9
(234,231,201)
#F0EEDB
(240,238,219)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAF39 color. Also use rgb(186,175,57) instead hex code.

Text Font Color

.myTextColor { color: #BAAF39; }

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

This text font color is #BAAF39.


Background Color

.myBgColor { background-color: #BAAF39; }

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

This div background color is #BAAF39.


Border color

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

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

This div border color is #BAAF39.


Opacity

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

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

Text with #BAAF39 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 #BAAF39;}

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

This text has shadow with #BAAF39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAF39 on black background.


Color preview on white background

This text has color #BAAF39 on white background.



Black color preview on #BAAF39 background

This text has black color on #BAAF39 background.


White color preview on #BAAF39 background

This text has white color on #BAAF39 background.