Html Css Color HEX #B9A812 Earls Green

📋 copy color: '#B9A812'

red 185 ◦ green 168 ◦ blue 18

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

Shades of Earls Green #B9A812

Tints of Earls Green #B9A812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 49.87%
G = 45.28%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9A812 (or 0xB9A812) is known color: Earls Green. HEX triplet: B9, A8 and 12. RGB value is (185,168,18). Sum of RGB (Red+Green+Blue) = 185+168+18=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A812 is #4657ED. Grayscale: #9C9C9C. Windows color (decimal): -4610030 or 1222841. OLE color: 1222841.

HSL color Cylindrical-coordinate representation of color #B9A812: hue angle of 53.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9A812 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 18 -
CMYK 0 0.09 0.90 0.27
HSL 53.89º 0.82% 0.4% -
HSV(B) 53.89º 0.9% 0.73% -
XYZ 34.12 38.36 6.18 -
YUV 155.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 185 168 18 0 0.09 0.90 0.27 53.89 0.82 0.4
Hex B9 A8 12 0 9 5A 1B 36 52 28
Octal 271 250 22 0 11 132 33 66 122 50
Binary 10111001 10101000 10010 0 1001 1011010 11011 110110 1010010 101000

Color Harmonies of #B9A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A812

Black with #B9A812

Text Example


Text Example

White with #B9A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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