#ABAB56

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

Shades of Olive Green #ABAB56

Tints of Olive Green #ABAB56

Color information

#ABAB56 (or 0xABAB56) is unknown color: approx Olive Green. HEX triplet: AB, AB and 56. RGB value is (171,171,86). Sum of RGB (Red+Green+Blue) = 171+171+86=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB56 is #5454A9. Grayscale: #A1A1A1. Windows color (decimal): -5526698 or 5680043. OLE color: 5680043.

HSL color Cylindrical-coordinate representation of color #ABAB56: hue angle of 60º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABAB56 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17117186-
CMYK000.500.33
HSL60º33.6%50.39%-
HSV(B)60º49.71%67.06%-
XYZ33.0438.4614.49-
YUV161.3185.5134.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=39.95%
G=39.95%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117186000.500.336033.650.39
HexABAB560032213c2232
Octal253253126006241744262
Binary1010101110101011101011000110010100001111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB56; }

 p { color: rgb(171,171,86); }

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

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

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

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

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

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

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