Html Css Color HEX #B9A11E Earls Green

📋 copy color: '#B9A11E'

red 185 ◦ green 161 ◦ blue 30

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

Shades of Earls Green #B9A11E

Tints of Earls Green #B9A11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 49.2%
G = 42.82%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9A11E (or 0xB9A11E) is known color: Earls Green. HEX triplet: B9, A1 and 1E. RGB value is (185,161,30). Sum of RGB (Red+Green+Blue) = 185+161+30=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A11E is #465EE1. Grayscale: #999999. Windows color (decimal): -4611810 or 2007481. OLE color: 2007481.

HSL color Cylindrical-coordinate representation of color #B9A11E: hue angle of 50.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9A11E is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 30 -
CMYK 0 0.13 0.84 0.27
HSL 50.71º 0.72% 0.42% -
HSV(B) 50.71º 0.84% 0.73% -
XYZ 32.99 35.9 6.42 -
YUV 153.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 185 161 30 0 0.13 0.84 0.27 50.71 0.72 0.42
Hex B9 A1 1E 0 D 54 1B 33 48 2A
Octal 271 241 36 0 15 124 33 63 110 52
Binary 10111001 10100001 11110 0 1101 1010100 11011 110011 1001000 101010

Color Harmonies of #B9A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A11E

Black with #B9A11E

Text Example


Text Example

White with #B9A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A11E; }

 p { color: rgb(185,161,30); }

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

background-color css

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

 a { background-color: rgb(185,161,30); }

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

border-color css

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

 span { border-color: rgb(185,161,30); }

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