#ACA851

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

Shades of Olive Green #ACA851

Tints of Olive Green #ACA851

Color information

#ACA851 (or 0xACA851) is unknown color: approx Olive Green. HEX triplet: AC, A8 and 51. RGB value is (172,168,81). Sum of RGB (Red+Green+Blue) = 172+168+81=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA851 is #5357AE. Grayscale: #9F9F9F. Windows color (decimal): -5461935 or 5351596. OLE color: 5351596.

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

Color convert

RGB17216881-
CMYK00.020.530.33
HSL57.36º35.97%49.61%-
HSV(B)57.36º52.91%67.45%-
XYZ32.537.3713.28-
YUV159.2883.83137.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=40.86%
G=39.90%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721688100.020.530.3357.3635.9749.61
HexACA851023521392432
Octal254250121026541714462
Binary10101100101010001010001010110101100001111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA851; }

 p { color: rgb(172,168,81); }

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

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

 a { background-color: rgb(172,168,81); }

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

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

 span { border-color: rgb(172,168,81); }

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