#ABAB52

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

Shades of Olive Green #ABAB52

Tints of Olive Green #ABAB52

Color information

#ABAB52 (or 0xABAB52) is unknown color: approx Olive Green. HEX triplet: AB, AB and 52. RGB value is (171,171,82). Sum of RGB (Red+Green+Blue) = 171+171+82=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB52 is #5454AD. Grayscale: #A1A1A1. Windows color (decimal): -5526702 or 5417899. OLE color: 5417899.

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

Color convert

RGB17117182-
CMYK000.520.33
HSL60º35.18%49.61%-
HSV(B)60º52.05%67.06%-
XYZ32.8838.3913.66-
YUV160.8583.5135.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=40.33%
G=40.33%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117182000.520.336035.1849.61
HexABAB520034213c2332
Octal253253122006441744362
Binary1010101110101011101001000110100100001111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB52; }

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

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

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

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

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

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

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

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