#ABAB62

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

Shades of Olive Green #ABAB62

Tints of Olive Green #ABAB62

Color information

#ABAB62 (or 0xABAB62) is unknown color: approx Olive Green. HEX triplet: AB, AB and 62. RGB value is (171,171,98). Sum of RGB (Red+Green+Blue) = 171+171+98=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB62 is #54549D. Grayscale: #A2A2A2. Windows color (decimal): -5526686 or 6466475. OLE color: 6466475.

HSL color Cylindrical-coordinate representation of color #ABAB62: 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.43%. Process color model (Four color, CMYK) of #ABAB62 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17117198-
CMYK000.430.33
HSL60º30.29%52.75%-
HSV(B)60º42.69%67.06%-
XYZ33.5638.6717.25-
YUV162.6891.5133.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=38.86%
G=38.86%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117198000.430.336030.2952.75
HexABAB62002B213c1e35
Octal253253142005341743665
Binary101010111010101111000100010101110000111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB62; }

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

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

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

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

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

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

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

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