#ABAB54

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

Shades of Olive Green #ABAB54

Tints of Olive Green #ABAB54

Color information

#ABAB54 (or 0xABAB54) is unknown color: approx Olive Green. HEX triplet: AB, AB and 54. RGB value is (171,171,84). Sum of RGB (Red+Green+Blue) = 171+171+84=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB54 is #5454AB. Grayscale: #A1A1A1. Windows color (decimal): -5526700 or 5548971. OLE color: 5548971.

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

Color convert

RGB17117184-
CMYK000.510.33
HSL60º34.12%50%-
HSV(B)60º50.88%67.06%-
XYZ32.9638.4214.07-
YUV161.0884.5135.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 171 (67.19% from 255) = 40.14%
BLUE value IS 84 (33.20% from 255) = 19.72%
R=40.14%
G=40.14%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117184000.510.336034.1250
HexABAB540033213c2232
Octal253253124006341744262
Binary1010101110101011101010000110011100001111100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB54; }

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

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

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

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

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

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

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

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