#ACBD60

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

Shades of Olive Green #ACBD60

Tints of Olive Green #ACBD60

Color information

#ACBD60 (or 0xACBD60) is unknown color: approx Olive Green. HEX triplet: AC, BD and 60. RGB value is (172,189,96). Sum of RGB (Red+Green+Blue) = 172+189+96=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD60 is #53429F. Grayscale: #ADADAD. Windows color (decimal): -5456544 or 6340012. OLE color: 6340012.

HSL color Cylindrical-coordinate representation of color #ACBD60: hue angle of 70.97º 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 #ACBD60 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17218996-
CMYK0.0900.490.26
HSL70.97º41.33%55.88%-
HSV(B)70.97º49.21%74.12%-
XYZ37.3246.0117.98-
YUV173.3184.37127.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=37.64%
G=41.36%
B=21.01%

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
Decimal172189960.0900.490.2670.9741.3355.88
HexACBD6090311A472938
Octal25427514011061321075170
Binary1010110010111101110000010010110001110101000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD60; }

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

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

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

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

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

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

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

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