Html Css Color HEX #B9AB32 Earls Green

📋 copy color: '#B9AB32'

red 185 ◦ green 171 ◦ blue 50

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

Shades of Earls Green #B9AB32

Tints of Earls Green #B9AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

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

R = 45.57%
G = 42.12%
B = 12.32%

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

#B9AB32 (or 0xB9AB32) is known color: Earls Green. HEX triplet: B9, AB and 32. RGB value is (185,171,50). Sum of RGB (Red+Green+Blue) = 185+171+50=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB32 is #4654CD. Grayscale: #A1A1A1. Windows color (decimal): -4609230 or 3320761. OLE color: 3320761.

HSL color Cylindrical-coordinate representation of color #B9AB32: hue angle of 53.78º 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 #B9AB32 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 50 -
CMYK 0 0.08 0.73 0.27
HSL 53.78º 0.57% 0.46% -
HSV(B) 53.78º 0.73% 0.73% -
XYZ 35.15 39.67 8.82 -
YUV 161.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 185 171 50 0 0.08 0.73 0.27 53.78 0.57 0.46
Hex B9 AB 32 0 8 49 1B 36 39 2E
Octal 271 253 62 0 10 111 33 66 71 56
Binary 10111001 10101011 110010 0 1000 1001001 11011 110110 111001 101110

Color Harmonies of #B9AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB32

Black with #B9AB32

Text Example


Text Example

White with #B9AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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