#ACA950

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

Shades of Olive Green #ACA950

Tints of Olive Green #ACA950

Color information

#ACA950 (or 0xACA950) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 50. RGB value is (172,169,80). Sum of RGB (Red+Green+Blue) = 172+169+80=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA950 is #5356AF. Grayscale: #A0A0A0. Windows color (decimal): -5461680 or 5286316. OLE color: 5286316.

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

Color convert

RGB17216980-
CMYK00.020.530.33
HSL58.04º36.51%49.41%-
HSV(B)58.04º53.49%67.45%-
XYZ32.6537.7313.15-
YUV159.7582.99136.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=40.86%
G=40.14%
B=19.00%

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
Decimal1721698000.020.530.3358.0436.5149.41
HexACA9500235213a2531
Octal254251120026541724561
Binary10101100101010011010000010110101100001111010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA950; }

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

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

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

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

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

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

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

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