Html Css Color HEX #B9AA2A Earls Green

📋 copy color: '#B9AA2A'

red 185 ◦ green 170 ◦ blue 42

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

Shades of Earls Green #B9AA2A

Tints of Earls Green #B9AA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 46.6%
G = 42.82%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9AA2A (or 0xB9AA2A) is known color: Earls Green. HEX triplet: B9, AA and 2A. RGB value is (185,170,42). Sum of RGB (Red+Green+Blue) = 185+170+42=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA2A is #4655D5. Grayscale: #A0A0A0. Windows color (decimal): -4609494 or 2796217. OLE color: 2796217.

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

Color convert

RGB 185 170 42 -
CMYK 0 0.08 0.77 0.27
HSL 53.71º 0.63% 0.45% -
HSV(B) 53.71º 0.77% 0.73% -
XYZ 34.8 39.23 7.93 -
YUV 159.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 185 170 42 0 0.08 0.77 0.27 53.71 0.63 0.45
Hex B9 AA 2A 0 8 4D 1B 36 3F 2D
Octal 271 252 52 0 10 115 33 66 77 55
Binary 10111001 10101010 101010 0 1000 1001101 11011 110110 111111 101101

Color Harmonies of #B9AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA2A

Black with #B9AA2A

Text Example


Text Example

White with #B9AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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