#ABAC62

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

Shades of Olive Green #ABAC62

Tints of Olive Green #ABAC62

Color information

#ABAC62 (or 0xABAC62) is unknown color: approx Olive Green. HEX triplet: AB, AC and 62. RGB value is (171,172,98). Sum of RGB (Red+Green+Blue) = 171+172+98=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC62 is #54539D. Grayscale: #A3A3A3. Windows color (decimal): -5526430 or 6466731. OLE color: 6466731.

HSL color Cylindrical-coordinate representation of color #ABAC62: hue angle of 60.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABAC62 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17117298-
CMYK0.0100.430.33
HSL60.81º30.83%52.94%-
HSV(B)60.81º43.02%67.45%-
XYZ33.7539.0417.31-
YUV163.2691.17133.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=38.78%
G=39.00%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172980.0100.430.3360.8130.8352.94
HexABAC62102B213d1f35
Octal253254142105341753765
Binary101010111010110011000101010101110000111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC62; }

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

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

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

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

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

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

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

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