Html Css Color HEX #B9AA1B Earls Green

📋 copy color: '#B9AA1B'

red 185 ◦ green 170 ◦ blue 27

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

Shades of Earls Green #B9AA1B

Tints of Earls Green #B9AA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.07%

R = 48.43%
G = 44.5%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9AA1B (or 0xB9AA1B) is known color: Earls Green. HEX triplet: B9, AA and 1B. RGB value is (185,170,27). Sum of RGB (Red+Green+Blue) = 185+170+27=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA1B is #4655E4. Grayscale: #9E9E9E. Windows color (decimal): -4609509 or 1813177. OLE color: 1813177.

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

Color convert

RGB 185 170 27 -
CMYK 0 0.08 0.85 0.27
HSL 54.3º 0.75% 0.42% -
HSV(B) 54.3º 0.85% 0.73% -
XYZ 34.58 39.14 6.77 -
YUV 158.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 185 170 27 0 0.08 0.85 0.27 54.3 0.75 0.42
Hex B9 AA 1B 0 8 55 1B 36 4B 2A
Octal 271 252 33 0 10 125 33 66 113 52
Binary 10111001 10101010 11011 0 1000 1010101 11011 110110 1001011 101010

Color Harmonies of #B9AA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA1B

Black with #B9AA1B

Text Example


Text Example

White with #B9AA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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