#ACB232

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

Shades of Earls Green #ACB232

Tints of Earls Green #ACB232

Color information

#ACB232 (or 0xACB232) is unknown color: approx Earls Green. HEX triplet: AC, B2 and 32. RGB value is (172,178,50). Sum of RGB (Red+Green+Blue) = 172+178+50=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB232 is #534DCD. Grayscale: #A2A2A2. Windows color (decimal): -5459406 or 3322540. OLE color: 3322540.

HSL color Cylindrical-coordinate representation of color #ACB232: hue angle of 62.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB232 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17217850-
CMYK0.0300.720.30
HSL62.81º56.14%44.71%-
HSV(B)62.81º71.91%69.8%-
XYZ33.5140.849.13-
YUV161.6165.01135.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 50 (19.92% from 255) = 12.5%
R=43%
G=44.5%
B=12.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178500.0300.720.3062.8156.1444.71
HexACB23230481E3f382d
Octal254262623011036777055
Binary1010110010110010110010110100100011110111111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB232; }

 p { color: rgb(172,178,50); }

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

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

 a { background-color: rgb(172,178,50); }

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

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

 span { border-color: rgb(172,178,50); }

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