Html Css Color HEX #B9AB31 Earls Green

📋 copy color: '#B9AB31'

red 185 ◦ green 171 ◦ blue 49

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

Shades of Earls Green #B9AB31

Tints of Earls Green #B9AB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 45.68%
G = 42.22%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9AB31 (or 0xB9AB31) is known color: Earls Green. HEX triplet: B9, AB and 31. RGB value is (185,171,49). Sum of RGB (Red+Green+Blue) = 185+171+49=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB31 is #4654CE. Grayscale: #A1A1A1. Windows color (decimal): -4609231 or 3255225. OLE color: 3255225.

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

Color convert

RGB 185 171 49 -
CMYK 0 0.08 0.74 0.27
HSL 53.82º 0.58% 0.46% -
HSV(B) 53.82º 0.74% 0.73% -
XYZ 35.12 39.66 8.71 -
YUV 161.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 185 171 49 0 0.08 0.74 0.27 53.82 0.58 0.46
Hex B9 AB 31 0 8 4A 1B 36 3A 2E
Octal 271 253 61 0 10 112 33 66 72 56
Binary 10111001 10101011 110001 0 1000 1001010 11011 110110 111010 101110

Color Harmonies of #B9AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB31

Black with #B9AB31

Text Example


Text Example

White with #B9AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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