#B4AC27

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

Shades of Earls Green #B4AC27

Tints of Earls Green #B4AC27

Color information

#B4AC27 (or 0xB4AC27) is unknown color: approx Earls Green. HEX triplet: B4, AC and 27. RGB value is (180,172,39). Sum of RGB (Red+Green+Blue) = 180+172+39=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AC27 is #4B53D8. Grayscale: #9F9F9F. Windows color (decimal): -4936665 or 2600116. OLE color: 2600116.

HSL color Cylindrical-coordinate representation of color #B4AC27: hue angle of 56.6º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4AC27 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18017239-
CMYK00.040.780.29
HSL56.6º64.38%42.94%-
HSV(B)56.6º78.33%70.59%-
XYZ33.9439.357.73-
YUV159.2360.15142.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=46.04%
G=43.99%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801723900.040.780.2956.664.3842.94
HexB4AC27044E1D39402b
Octal2642544704116357110053
Binary101101001010110010011101001001110111011110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC27; }

 p { color: rgb(180,172,39); }

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

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

 a { background-color: rgb(180,172,39); }

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

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

 span { border-color: rgb(180,172,39); }

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