#ACA654

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

Shades of Olive Green #ACA654

Tints of Olive Green #ACA654

Color information

#ACA654 (or 0xACA654) is unknown color: approx Olive Green. HEX triplet: AC, A6 and 54. RGB value is (172,166,84). Sum of RGB (Red+Green+Blue) = 172+166+84=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA654 is #5359AB. Grayscale: #9E9E9E. Windows color (decimal): -5462444 or 5547692. OLE color: 5547692.

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

Color convert

RGB17216684-
CMYK00.030.510.33
HSL55.91º34.65%50.2%-
HSV(B)55.91º51.16%67.45%-
XYZ32.2536.6813.77-
YUV158.4585.99137.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=40.76%
G=39.34%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721668400.030.510.3355.9134.6550.2
HexACA654033321382332
Octal254246124036341704362
Binary10101100101001101010100011110011100001111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA654; }

 p { color: rgb(172,166,84); }

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

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

 a { background-color: rgb(172,166,84); }

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

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

 span { border-color: rgb(172,166,84); }

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