#B9AC22

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

Shades of Earls Green #B9AC22

Tints of Earls Green #B9AC22

Color information

#B9AC22 (or 0xB9AC22) is unknown color: approx Earls Green. HEX triplet: B9, AC and 22. RGB value is (185,172,34). Sum of RGB (Red+Green+Blue) = 185+172+34=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC22 is #4653DD. Grayscale: #A0A0A0. Windows color (decimal): -4608990 or 2272441. OLE color: 2272441.

HSL color Cylindrical-coordinate representation of color #B9AC22: hue angle of 54.83º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9AC22 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18517234-
CMYK00.070.820.27
HSL54.83º68.95%42.94%-
HSV(B)54.83º81.62%72.55%-
XYZ35.0539.937.37-
YUV160.1656.81145.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 34 (13.67% from 255) = 8.70%
R=47.31%
G=43.99%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851723400.070.820.2754.8368.9542.94
HexB9AC2207521B37452b
Octal2712544207122336710553
Binary101110011010110010001001111010010110111101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC22; }

 p { color: rgb(185,172,34); }

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

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

 a { background-color: rgb(185,172,34); }

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

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

 span { border-color: rgb(185,172,34); }

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