#B9AB2A

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

Shades of Earls Green #B9AB2A

Tints of Earls Green #B9AB2A

Color information

#B9AB2A (or 0xB9AB2A) is unknown color: approx Earls Green. HEX triplet: B9, AB and 2A. RGB value is (185,171,42). Sum of RGB (Red+Green+Blue) = 185+171+42=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2A is #4654D5. Grayscale: #A1A1A1. Windows color (decimal): -4609238 or 2796473. OLE color: 2796473.

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

Color convert

RGB18517142-
CMYK00.080.770.27
HSL54.13º63%44.51%-
HSV(B)54.13º77.3%72.55%-
XYZ34.9939.617.99-
YUV160.4861.14145.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 42 (16.80% from 255) = 10.55%
R=46.48%
G=42.96%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851714200.080.770.2754.136344.51
HexB9AB2A084D1B363f2d
Octal2712535201011533667755
Binary101110011010101110101001000100110111011110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB2A; }

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

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

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

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

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

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

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

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