#ABAB5B

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

Shades of Olive Green #ABAB5B

Tints of Olive Green #ABAB5B

Color information

#ABAB5B (or 0xABAB5B) is unknown color: approx Olive Green. HEX triplet: AB, AB and 5B. RGB value is (171,171,91). Sum of RGB (Red+Green+Blue) = 171+171+91=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5B is #5454A4. Grayscale: #A2A2A2. Windows color (decimal): -5526693 or 6007723. OLE color: 6007723.

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

Color convert

RGB17117191-
CMYK000.470.33
HSL60º32.26%51.37%-
HSV(B)60º46.78%67.06%-
XYZ33.2538.5415.58-
YUV161.8888134.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=39.49%
G=39.49%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117191000.470.336032.2651.37
HexABAB5B002F213c2033
Octal253253133005741744063
Binary1010101110101011101101100101111100001111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB5B; }

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

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

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

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

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

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

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

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