#B9AB2E

Color #B9AB2E Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B9AB2E

Tints of Earls Green #B9AB2E

Color information

#B9AB2E (or 0xB9AB2E) is unknown color: approx Earls Green. HEX triplet: B9, AB and 2E. RGB value is (185,171,46). Sum of RGB (Red+Green+Blue) = 185+171+46=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2E is #4654D1. Grayscale: #A1A1A1. Windows color (decimal): -4609234 or 3058617. OLE color: 3058617.

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

Color convert

RGB18517146-
CMYK00.080.750.27
HSL53.96º60.17%45.29%-
HSV(B)53.96º75.14%72.55%-
XYZ35.0639.648.39-
YUV160.9463.14145.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 46 (18.36% from 255) = 11.44%
R=46.02%
G=42.54%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851714600.080.750.2753.9660.1745.29
HexB9AB2E084B1B363c2d
Octal2712535601011333667455
Binary101110011010101110111001000100101111011110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB2E; }

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

 H1.HeaderClassName
 {
   color: #B9AB2E;
 }
 .AnyTagClassName
 {
   color: #B9AB2E;
 }
</style>
background-color css

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

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

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

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

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

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