Html Css Color HEX #B9A818 Earls Green

📋 copy color: '#B9A818'

red 185 ◦ green 168 ◦ blue 24

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

Shades of Earls Green #B9A818

Tints of Earls Green #B9A818

RGB

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

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

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

R = 49.07%
G = 44.56%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B9A818 (or 0xB9A818) is known color: Earls Green. HEX triplet: B9, A8 and 18. RGB value is (185,168,24). Sum of RGB (Red+Green+Blue) = 185+168+24=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A818 is #4657E7. Grayscale: #9D9D9D. Windows color (decimal): -4610024 or 1616057. OLE color: 1616057.

HSL color Cylindrical-coordinate representation of color #B9A818: hue angle of 53.66º 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 #B9A818 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 24 -
CMYK 0 0.09 0.87 0.27
HSL 53.66º 0.77% 0.41% -
HSV(B) 53.66º 0.87% 0.73% -
XYZ 34.18 38.39 6.47 -
YUV 156.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 185 168 24 0 0.09 0.87 0.27 53.66 0.77 0.41
Hex B9 A8 18 0 9 57 1B 36 4D 29
Octal 271 250 30 0 11 127 33 66 115 51
Binary 10111001 10101000 11000 0 1001 1010111 11011 110110 1001101 101001

Color Harmonies of #B9A818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A818

Black with #B9A818

Text Example


Text Example

White with #B9A818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A818; }

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

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

background-color css

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

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

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

border-color css

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

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

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