Html Css Color HEX #B9A829 Earls Green

📋 copy color: '#B9A829'

red 185 ◦ green 168 ◦ blue 41

#B9A829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B9A829

Tints of Earls Green #B9A829

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 168 (66.02% from 255) = 42.64%

 BLUE value IS 41 (16.41% from 255) = 10.41%

R = 46.95%
G = 42.64%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9A829 (or 0xB9A829) is known color: Earls Green. HEX triplet: B9, A8 and 29. RGB value is (185,168,41). Sum of RGB (Red+Green+Blue) = 185+168+41=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A829 is #4657D6. Grayscale: #9F9F9F. Windows color (decimal): -4610007 or 2730169. OLE color: 2730169.

HSL color Cylindrical-coordinate representation of color #B9A829: hue angle of 52.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9A829 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 41 -
CMYK 0 0.09 0.78 0.27
HSL 52.92º 0.64% 0.44% -
HSV(B) 52.92º 0.78% 0.73% -
XYZ 34.41 38.48 7.71 -
YUV 158.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 185 168 41 0 0.09 0.78 0.27 52.92 0.64 0.44
Hex B9 A8 29 0 9 4E 1B 35 40 2C
Octal 271 250 51 0 11 116 33 65 100 54
Binary 10111001 10101000 101001 0 1001 1001110 11011 110101 1000000 101100

Color Harmonies of #B9A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A829

Black with #B9A829

Text Example


Text Example

White with #B9A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A829; }

 p { color: rgb(185,168,41); }

 H1.HeaderClassName
 {
   color: #B9A829;
 }
 .AnyTagClassName
 {
   color: #B9A829;
 }
</style>

background-color css

<style>
 a { background-color: #B9A829; }

 a { background-color: rgb(185,168,41); }

 div.DivClassName
 {
   background-color: #B9A829;
 }
 .BgClassName
 {
   background-color: #B9A829;
 }
</style>

border-color css

<style>
 span { border-color: #B9A829; }

 span { border-color: rgb(185,168,41); }

 td.TdClassName
 {
   border-color: #B9A829;
 }
 .TagClassName
 {
   border-color: #B9A829;
 }
</style>