Html Css Color HEX #B9AA19 Earls Green

📋 copy color: '#B9AA19'

red 185 ◦ green 170 ◦ blue 25

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

Shades of Earls Green #B9AA19

Tints of Earls Green #B9AA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.74%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 48.68%
G = 44.74%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9AA19 (or 0xB9AA19) is known color: Earls Green. HEX triplet: B9, AA and 19. RGB value is (185,170,25). Sum of RGB (Red+Green+Blue) = 185+170+25=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA19 is #4655E6. Grayscale: #9E9E9E. Windows color (decimal): -4609511 or 1682105. OLE color: 1682105.

HSL color Cylindrical-coordinate representation of color #B9AA19: hue angle of 54.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9AA19 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 25 -
CMYK 0 0.08 0.86 0.27
HSL 54.38º 0.76% 0.41% -
HSV(B) 54.38º 0.86% 0.73% -
XYZ 34.56 39.13 6.65 -
YUV 157.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 185 170 25 0 0.08 0.86 0.27 54.38 0.76 0.41
Hex B9 AA 19 0 8 56 1B 36 4C 29
Octal 271 252 31 0 10 126 33 66 114 51
Binary 10111001 10101010 11001 0 1000 1010110 11011 110110 1001100 101001

Color Harmonies of #B9AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA19

Black with #B9AA19

Text Example


Text Example

White with #B9AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA19; }

 p { color: rgb(185,170,25); }

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

background-color css

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

 a { background-color: rgb(185,170,25); }

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

border-color css

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

 span { border-color: rgb(185,170,25); }

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