#ACB561

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

Shades of Olive Green #ACB561

Tints of Olive Green #ACB561

Color information

#ACB561 (or 0xACB561) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 61. RGB value is (172,181,97). Sum of RGB (Red+Green+Blue) = 172+181+97=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB561 is #534A9E. Grayscale: #A9A9A9. Windows color (decimal): -5458591 or 6403500. OLE color: 6403500.

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

Color convert

RGB17218197-
CMYK0.0500.460.29
HSL66.43º36.21%54.51%-
HSV(B)66.43º46.41%70.98%-
XYZ35.6942.6817.67-
YUV168.7387.52130.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 97 (38.28% from 255) = 21.56%
R=38.22%
G=40.22%
B=21.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181970.0500.460.2966.4336.2154.51
HexACB561502E1D422437
Octal2542651415056351024467
Binary101011001011010111000011010101110111011000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB561; }

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

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

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

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

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

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

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

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