Html Css Color HEX #B9AA32 Earls Green

📋 copy color: '#B9AA32'

red 185 ◦ green 170 ◦ blue 50

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

Shades of Earls Green #B9AA32

Tints of Earls Green #B9AA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 45.68%
G = 41.98%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B9AA32 (or 0xB9AA32) is known color: Earls Green. HEX triplet: B9, AA and 32. RGB value is (185,170,50). Sum of RGB (Red+Green+Blue) = 185+170+50=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA32 is #4655CD. Grayscale: #A1A1A1. Windows color (decimal): -4609486 or 3320505. OLE color: 3320505.

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

Color convert

RGB 185 170 50 -
CMYK 0 0.08 0.73 0.27
HSL 53.33º 0.57% 0.46% -
HSV(B) 53.33º 0.73% 0.73% -
XYZ 34.96 39.29 8.76 -
YUV 160.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 185 170 50 0 0.08 0.73 0.27 53.33 0.57 0.46
Hex B9 AA 32 0 8 49 1B 35 39 2E
Octal 271 252 62 0 10 111 33 65 71 56
Binary 10111001 10101010 110010 0 1000 1001001 11011 110101 111001 101110

Color Harmonies of #B9AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA32

Black with #B9AA32

Text Example


Text Example

White with #B9AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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