#ACA952

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

Shades of Olive Green #ACA952

Tints of Olive Green #ACA952

Color information

#ACA952 (or 0xACA952) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 52. RGB value is (172,169,82). Sum of RGB (Red+Green+Blue) = 172+169+82=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA952 is #5356AD. Grayscale: #A0A0A0. Windows color (decimal): -5461678 or 5417388. OLE color: 5417388.

HSL color Cylindrical-coordinate representation of color #ACA952: hue angle of 58º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACA952 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17216982-
CMYK00.020.520.33
HSL58º35.43%49.8%-
HSV(B)58º52.33%67.45%-
XYZ32.7237.7613.55-
YUV159.9883.99136.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=40.66%
G=39.95%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721698200.020.520.335835.4349.8
HexACA9520234213a2332
Octal254251122026441724362
Binary10101100101010011010010010110100100001111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA952; }

 p { color: rgb(172,169,82); }

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

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

 a { background-color: rgb(172,169,82); }

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

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

 span { border-color: rgb(172,169,82); }

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