#ABAE57

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

Shades of Olive Green #ABAE57

Tints of Olive Green #ABAE57

Color information

#ABAE57 (or 0xABAE57) is unknown color: approx Olive Green. HEX triplet: AB, AE and 57. RGB value is (171,174,87). Sum of RGB (Red+Green+Blue) = 171+174+87=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE57 is #5451A8. Grayscale: #A3A3A3. Windows color (decimal): -5525929 or 5746347. OLE color: 5746347.

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

Color convert

RGB17117487-
CMYK0.0200.50.32
HSL62.07º34.94%51.18%-
HSV(B)62.07º50%68.24%-
XYZ33.6539.6214.89-
YUV163.1885.01133.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 87 (34.38% from 255) = 20.14%
R=39.58%
G=40.28%
B=20.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174870.0200.50.3262.0734.9451.18
HexABAE572032203e2333
Octal253256127206240764363
Binary10101011101011101010111100110010100000111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE57; }

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

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

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

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

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

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

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

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