#ACBD62

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

Shades of Olive Green #ACBD62

Tints of Olive Green #ACBD62

Color information

#ACBD62 (or 0xACBD62) is unknown color: approx Olive Green. HEX triplet: AC, BD and 62. RGB value is (172,189,98). Sum of RGB (Red+Green+Blue) = 172+189+98=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD62 is #53429D. Grayscale: #ADADAD. Windows color (decimal): -5456542 or 6471084. OLE color: 6471084.

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

Color convert

RGB17218998-
CMYK0.0900.480.26
HSL71.21º40.81%56.27%-
HSV(B)71.21º48.15%74.12%-
XYZ37.4246.0518.47-
YUV173.5485.37126.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=37.47%
G=41.18%
B=21.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189980.0900.480.2671.2140.8156.27
HexACBD6290301A472938
Octal25427514211060321075170
Binary1010110010111101110001010010110000110101000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD62; }

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

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

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

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

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

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

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

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