#ABAE50

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

Shades of Olive Green #ABAE50

Tints of Olive Green #ABAE50

Color information

#ABAE50 (or 0xABAE50) is unknown color: approx Olive Green. HEX triplet: AB, AE and 50. RGB value is (171,174,80). Sum of RGB (Red+Green+Blue) = 171+174+80=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE50 is #5451AF. Grayscale: #A2A2A2. Windows color (decimal): -5525936 or 5287595. OLE color: 5287595.

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

Color convert

RGB17117480-
CMYK0.0200.540.32
HSL61.91º37.01%49.8%-
HSV(B)61.91º54.02%68.24%-
XYZ33.3839.5113.46-
YUV162.3981.51134.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=40.24%
G=40.94%
B=18.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174800.0200.540.3261.9137.0149.8
HexABAE502036203e2532
Octal253256120206640764562
Binary10101011101011101010000100110110100000111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE50; }

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

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

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

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

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

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

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

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