#ABAB63

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

Shades of Olive Green #ABAB63

Tints of Olive Green #ABAB63

Color information

#ABAB63 (or 0xABAB63) is unknown color: approx Olive Green. HEX triplet: AB, AB and 63. RGB value is (171,171,99). Sum of RGB (Red+Green+Blue) = 171+171+99=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB63 is #54549C. Grayscale: #A3A3A3. Windows color (decimal): -5526685 or 6532011. OLE color: 6532011.

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

Color convert

RGB17117199-
CMYK000.420.33
HSL60º30%52.94%-
HSV(B)60º42.11%67.06%-
XYZ33.6138.6817.5-
YUV162.7992133.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=38.78%
G=38.78%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117199000.420.33603052.94
HexABAB63002A213c1e35
Octal253253143005241743665
Binary101010111010101111000110010101010000111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB63; }

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

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

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

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

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

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

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

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