#ABAB50

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

Shades of Olive Green #ABAB50

Tints of Olive Green #ABAB50

Color information

#ABAB50 (or 0xABAB50) is unknown color: approx Olive Green. HEX triplet: AB, AB and 50. RGB value is (171,171,80). Sum of RGB (Red+Green+Blue) = 171+171+80=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB50 is #5454AF. Grayscale: #A0A0A0. Windows color (decimal): -5526704 or 5286827. OLE color: 5286827.

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

Color convert

RGB17117180-
CMYK000.530.33
HSL60º36.25%49.22%-
HSV(B)60º53.22%67.06%-
XYZ32.8138.3613.27-
YUV160.6382.5135.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=40.52%
G=40.52%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117180000.530.336036.2549.22
HexABAB500035213c2431
Octal253253120006541744461
Binary1010101110101011101000000110101100001111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB50; }

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

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

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

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

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

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

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

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