Html Css Color HEX #B9AA18 Earls Green

📋 copy color: '#B9AA18'

red 185 ◦ green 170 ◦ blue 24

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

Shades of Earls Green #B9AA18

Tints of Earls Green #B9AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 48.81%
G = 44.85%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B9AA18 (or 0xB9AA18) is known color: Earls Green. HEX triplet: B9, AA and 18. RGB value is (185,170,24). Sum of RGB (Red+Green+Blue) = 185+170+24=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA18 is #4655E7. Grayscale: #9E9E9E. Windows color (decimal): -4609512 or 1616569. OLE color: 1616569.

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

Color convert

RGB 185 170 24 -
CMYK 0 0.08 0.87 0.27
HSL 54.41º 0.77% 0.41% -
HSV(B) 54.41º 0.87% 0.73% -
XYZ 34.55 39.13 6.6 -
YUV 157.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 185 170 24 0 0.08 0.87 0.27 54.41 0.77 0.41
Hex B9 AA 18 0 8 57 1B 36 4D 29
Octal 271 252 30 0 10 127 33 66 115 51
Binary 10111001 10101010 11000 0 1000 1010111 11011 110110 1001101 101001

Color Harmonies of #B9AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA18

Black with #B9AA18

Text Example


Text Example

White with #B9AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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