#ABAE4E

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

Shades of Olive Green #ABAE4E

Tints of Olive Green #ABAE4E

Color information

#ABAE4E (or 0xABAE4E) is unknown color: approx Olive Green. HEX triplet: AB, AE and 4E. RGB value is (171,174,78). Sum of RGB (Red+Green+Blue) = 171+174+78=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE4E is #5451B1. Grayscale: #A2A2A2. Windows color (decimal): -5525938 or 5156523. OLE color: 5156523.

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

Color convert

RGB17117478-
CMYK0.0200.550.32
HSL61.88º38.1%49.41%-
HSV(B)61.88º55.17%68.24%-
XYZ33.3139.4813.07-
YUV162.1680.51134.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=40.43%
G=41.13%
B=18.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174780.0200.550.3261.8838.149.41
HexABAE4E2037203e2631
Octal253256116206740764661
Binary10101011101011101001110100110111100000111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE4E; }

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

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

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

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

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

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

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

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