#ACA951

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

Shades of Olive Green #ACA951

Tints of Olive Green #ACA951

Color information

#ACA951 (or 0xACA951) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 51. RGB value is (172,169,81). Sum of RGB (Red+Green+Blue) = 172+169+81=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA951 is #5356AE. Grayscale: #A0A0A0. Windows color (decimal): -5461679 or 5351852. OLE color: 5351852.

HSL color Cylindrical-coordinate representation of color #ACA951: hue angle of 58.02º 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 #ACA951 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17216981-
CMYK00.020.530.33
HSL58.02º35.97%49.61%-
HSV(B)58.02º52.91%67.45%-
XYZ32.6937.7413.35-
YUV159.8683.49136.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=40.76%
G=40.05%
B=19.19%

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
Decimal1721698100.020.530.3358.0235.9749.61
HexACA9510235213a2432
Octal254251121026541724462
Binary10101100101010011010001010110101100001111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA951; }

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

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

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

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

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

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

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

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