Html Css Color HEX #B9AA1F Earls Green

📋 copy color: '#B9AA1F'

red 185 ◦ green 170 ◦ blue 31

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

Shades of Earls Green #B9AA1F

Tints of Earls Green #B9AA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 47.93%
G = 44.04%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9AA1F (or 0xB9AA1F) is known color: Earls Green. HEX triplet: B9, AA and 1F. RGB value is (185,170,31). Sum of RGB (Red+Green+Blue) = 185+170+31=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA1F is #4655E0. Grayscale: #9F9F9F. Windows color (decimal): -4609505 or 2075321. OLE color: 2075321.

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

Color convert

RGB 185 170 31 -
CMYK 0 0.08 0.83 0.27
HSL 54.16º 0.71% 0.42% -
HSV(B) 54.16º 0.83% 0.73% -
XYZ 34.63 39.16 7.03 -
YUV 158.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 185 170 31 0 0.08 0.83 0.27 54.16 0.71 0.42
Hex B9 AA 1F 0 8 53 1B 36 47 2A
Octal 271 252 37 0 10 123 33 66 107 52
Binary 10111001 10101010 11111 0 1000 1010011 11011 110110 1000111 101010

Color Harmonies of #B9AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA1F

Black with #B9AA1F

Text Example


Text Example

White with #B9AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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