#ABAB5D

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

Shades of Olive Green #ABAB5D

Tints of Olive Green #ABAB5D

Color information

#ABAB5D (or 0xABAB5D) is unknown color: approx Olive Green. HEX triplet: AB, AB and 5D. RGB value is (171,171,93). Sum of RGB (Red+Green+Blue) = 171+171+93=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5D is #5454A2. Grayscale: #A2A2A2. Windows color (decimal): -5526691 or 6138795. OLE color: 6138795.

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

Color convert

RGB17117193-
CMYK000.460.33
HSL60º31.71%51.76%-
HSV(B)60º45.61%67.06%-
XYZ33.3338.5716.04-
YUV162.1189134.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=39.31%
G=39.31%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117193000.460.336031.7151.76
HexABAB5D002E213c2034
Octal253253135005641744064
Binary1010101110101011101110100101110100001111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB5D; }

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

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

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

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

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

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

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

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