#ACB560

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

Shades of Olive Green #ACB560

Tints of Olive Green #ACB560

Color information

#ACB560 (or 0xACB560) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 60. RGB value is (172,181,96). Sum of RGB (Red+Green+Blue) = 172+181+96=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB560 is #534A9F. Grayscale: #A8A8A8. Windows color (decimal): -5458592 or 6337964. OLE color: 6337964.

HSL color Cylindrical-coordinate representation of color #ACB560: hue angle of 66.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACB560 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17218196-
CMYK0.0500.470.29
HSL66.35º36.48%54.31%-
HSV(B)66.35º46.96%70.98%-
XYZ35.6542.6617.42-
YUV168.6287.02130.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=38.31%
G=40.31%
B=21.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181960.0500.470.2966.3536.4854.31
HexACB560502F1D422436
Octal2542651405057351024466
Binary101011001011010111000001010101111111011000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB560; }

 p { color: rgb(172,181,96); }

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

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

 a { background-color: rgb(172,181,96); }

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

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

 span { border-color: rgb(172,181,96); }

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