#ACB55D

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

Shades of Olive Green #ACB55D

Tints of Olive Green #ACB55D

Color information

#ACB55D (or 0xACB55D) is unknown color: approx Olive Green. HEX triplet: AC, B5 and 5D. RGB value is (172,181,93). Sum of RGB (Red+Green+Blue) = 172+181+93=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB55D is #534AA2. Grayscale: #A8A8A8. Windows color (decimal): -5458595 or 6141356. OLE color: 6141356.

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

Color convert

RGB17218193-
CMYK0.0500.490.29
HSL66.14º37.29%53.73%-
HSV(B)66.14º48.62%70.98%-
XYZ35.5142.6116.71-
YUV168.2885.52130.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=38.57%
G=40.58%
B=20.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181930.0500.490.2966.1437.2953.73
HexACB55D50311D422536
Octal2542651355061351024566
Binary101011001011010110111011010110001111011000010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB55D; }

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

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

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

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

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

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

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

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