#ACBD61

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

Shades of Olive Green #ACBD61

Tints of Olive Green #ACBD61

Color information

#ACBD61 (or 0xACBD61) is unknown color: approx Olive Green. HEX triplet: AC, BD and 61. RGB value is (172,189,97). Sum of RGB (Red+Green+Blue) = 172+189+97=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD61 is #53429E. Grayscale: #ADADAD. Windows color (decimal): -5456543 or 6405548. OLE color: 6405548.

HSL color Cylindrical-coordinate representation of color #ACBD61: hue angle of 71.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACBD61 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17218997-
CMYK0.0900.490.26
HSL71.09º41.07%56.08%-
HSV(B)71.09º48.68%74.12%-
XYZ37.3746.0318.22-
YUV173.4384.87126.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=37.55%
G=41.27%
B=21.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189970.0900.490.2671.0941.0756.08
HexACBD6190311A472938
Octal25427514111061321075170
Binary1010110010111101110000110010110001110101000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD61; }

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

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

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

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

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

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

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

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