#ACA95E

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

Shades of Olive Green #ACA95E

Tints of Olive Green #ACA95E

Color information

#ACA95E (or 0xACA95E) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 5E. RGB value is (172,169,94). Sum of RGB (Red+Green+Blue) = 172+169+94=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA95E is #5356A1. Grayscale: #A1A1A1. Windows color (decimal): -5461666 or 6203820. OLE color: 6203820.

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

Color convert

RGB17216994-
CMYK00.020.450.33
HSL57.69º31.97%52.16%-
HSV(B)57.69º45.35%67.45%-
XYZ33.2237.9516.16-
YUV161.3589.99135.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=39.54%
G=38.85%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721699400.020.450.3357.6931.9752.16
HexACA95E022D213a2034
Octal254251136025541724064
Binary10101100101010011011110010101101100001111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA95E; }

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

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

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

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

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

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

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

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