#ACAD59

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

Shades of Olive Green #ACAD59

Tints of Olive Green #ACAD59

Color information

#ACAD59 (or 0xACAD59) is unknown color: approx Olive Green. HEX triplet: AC, AD and 59. RGB value is (172,173,89). Sum of RGB (Red+Green+Blue) = 172+173+89=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD59 is #5352A6. Grayscale: #A3A3A3. Windows color (decimal): -5460647 or 5877164. OLE color: 5877164.

HSL color Cylindrical-coordinate representation of color #ACAD59: hue angle of 60.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACAD59 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17217389-
CMYK0.0100.490.32
HSL60.71º33.87%51.37%-
HSV(B)60.71º48.55%67.84%-
XYZ33.7639.3815.27-
YUV163.1286.17134.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=39.63%
G=39.86%
B=20.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173890.0100.490.3260.7133.8751.37
HexACAD591031203d2233
Octal254255131106140754263
Binary1010110010101101101100110110001100000111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD59; }

 p { color: rgb(172,173,89); }

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

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

 a { background-color: rgb(172,173,89); }

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

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

 span { border-color: rgb(172,173,89); }

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