#ACAD5C

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

Shades of Olive Green #ACAD5C

Tints of Olive Green #ACAD5C

Color information

#ACAD5C (or 0xACAD5C) is unknown color: approx Olive Green. HEX triplet: AC, AD and 5C. RGB value is (172,173,92). Sum of RGB (Red+Green+Blue) = 172+173+92=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD5C is #5352A3. Grayscale: #A3A3A3. Windows color (decimal): -5460644 or 6073772. OLE color: 6073772.

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

Color convert

RGB17217392-
CMYK0.0100.470.32
HSL60.74º33.06%51.96%-
HSV(B)60.74º46.82%67.84%-
XYZ33.8939.4315.95-
YUV163.4787.67134.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=39.36%
G=39.59%
B=21.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173920.0100.470.3260.7433.0651.96
HexACAD5C102F203d2134
Octal254255134105740754164
Binary1010110010101101101110010101111100000111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD5C; }

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

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

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

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

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

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

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

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