#ACB859

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

Shades of Olive Green #ACB859

Tints of Olive Green #ACB859

Color information

#ACB859 (or 0xACB859) is unknown color: approx Olive Green. HEX triplet: AC, B8 and 59. RGB value is (172,184,89). Sum of RGB (Red+Green+Blue) = 172+184+89=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB859 is #5347A6. Grayscale: #A9A9A9. Windows color (decimal): -5457831 or 5879980. OLE color: 5879980.

HSL color Cylindrical-coordinate representation of color #ACB859: hue angle of 67.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB859 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB17218489-
CMYK0.0700.520.28
HSL67.58º40.08%53.53%-
HSV(B)67.58º51.63%72.16%-
XYZ35.9643.7716.01-
YUV169.5882.52129.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 89 (35.16% from 255) = 20%
R=38.65%
G=41.35%
B=20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172184890.0700.520.2867.5840.0853.53
HexACB85970341C442836
Octal2542701317064341045066
Binary101011001011100010110011110110100111001000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB859; }

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

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

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

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

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

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

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

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