#ABAB60

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

Shades of Olive Green #ABAB60

Tints of Olive Green #ABAB60

Color information

#ABAB60 (or 0xABAB60) is unknown color: approx Olive Green. HEX triplet: AB, AB and 60. RGB value is (171,171,96). Sum of RGB (Red+Green+Blue) = 171+171+96=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB60 is #54549F. Grayscale: #A2A2A2. Windows color (decimal): -5526688 or 6335403. OLE color: 6335403.

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

Color convert

RGB17117196-
CMYK000.440.33
HSL60º30.86%52.35%-
HSV(B)60º43.86%67.06%-
XYZ33.4738.6316.76-
YUV162.4590.5134.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=39.04%
G=39.04%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117196000.440.336030.8652.35
HexABAB60002C213c1f34
Octal253253140005441743764
Binary101010111010101111000000010110010000111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB60; }

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

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

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

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

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

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

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

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