#ACAA50

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

Shades of Olive Green #ACAA50

Tints of Olive Green #ACAA50

Color information

#ACAA50 (or 0xACAA50) is unknown color: approx Olive Green. HEX triplet: AC, AA and 50. RGB value is (172,170,80). Sum of RGB (Red+Green+Blue) = 172+170+80=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA50 is #5355AF. Grayscale: #A0A0A0. Windows color (decimal): -5461424 or 5286572. OLE color: 5286572.

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

Color convert

RGB17217080-
CMYK00.010.530.33
HSL58.7º36.51%49.41%-
HSV(B)58.7º53.49%67.45%-
XYZ32.8438.113.21-
YUV160.3482.66136.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=40.76%
G=40.28%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721708000.010.530.3358.736.5149.41
HexACAA500135213b2531
Octal254252120016541734561
Binary1010110010101010101000001110101100001111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA50; }

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

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

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

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

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

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

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

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