#ABAE63

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

Shades of Olive Green #ABAE63

Tints of Olive Green #ABAE63

Color information

#ABAE63 (or 0xABAE63) is unknown color: approx Olive Green. HEX triplet: AB, AE and 63. RGB value is (171,174,99). Sum of RGB (Red+Green+Blue) = 171+174+99=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE63 is #54519C. Grayscale: #A4A4A4. Windows color (decimal): -5525917 or 6532779. OLE color: 6532779.

HSL color Cylindrical-coordinate representation of color #ABAE63: hue angle of 62.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABAE63 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17117499-
CMYK0.0200.430.32
HSL62.4º31.65%53.53%-
HSV(B)62.4º43.1%68.24%-
XYZ34.1839.8317.69-
YUV164.5591.01132.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=38.51%
G=39.19%
B=22.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174990.0200.430.3262.431.6553.53
HexABAE63202B203e2036
Octal253256143205340764066
Binary10101011101011101100011100101011100000111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE63; }

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

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

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

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

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

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

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

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