#ACB12C

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

Shades of Earls Green #ACB12C

Tints of Earls Green #ACB12C

Color information

#ACB12C (or 0xACB12C) is unknown color: approx Earls Green. HEX triplet: AC, B1 and 2C. RGB value is (172,177,44). Sum of RGB (Red+Green+Blue) = 172+177+44=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB12C is #534ED3. Grayscale: #A0A0A0. Windows color (decimal): -5459668 or 2929068. OLE color: 2929068.

HSL color Cylindrical-coordinate representation of color #ACB12C: hue angle of 62.26º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACB12C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17217744-
CMYK0.0300.750.31
HSL62.26º60.18%43.33%-
HSV(B)62.26º75.14%69.41%-
XYZ33.1940.48.43-
YUV160.3462.34136.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 44 (17.58% from 255) = 11.20%
R=43.77%
G=45.04%
B=11.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177440.0300.750.3162.2660.1843.33
HexACB12C304B1F3e3c2b
Octal254261543011337767453
Binary1010110010110001101100110100101111111111110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB12C; }

 p { color: rgb(172,177,44); }

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

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

 a { background-color: rgb(172,177,44); }

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

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

 span { border-color: rgb(172,177,44); }

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