#ABAB58

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

Shades of Olive Green #ABAB58

Tints of Olive Green #ABAB58

Color information

#ABAB58 (or 0xABAB58) is unknown color: approx Olive Green. HEX triplet: AB, AB and 58. RGB value is (171,171,88). Sum of RGB (Red+Green+Blue) = 171+171+88=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB58 is #5454A7. Grayscale: #A1A1A1. Windows color (decimal): -5526696 or 5811115. OLE color: 5811115.

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

Color convert

RGB17117188-
CMYK000.490.33
HSL60º33.07%50.78%-
HSV(B)60º48.54%67.06%-
XYZ33.1238.4914.92-
YUV161.5486.5134.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=39.77%
G=39.77%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117188000.490.336033.0750.78
HexABAB580031213c2133
Octal253253130006141744163
Binary1010101110101011101100000110001100001111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB58; }

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

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

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

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

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

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

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

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