#ABBA5F

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

Shades of Olive Green #ABBA5F

Tints of Olive Green #ABBA5F

Color information

#ABBA5F (or 0xABBA5F) is unknown color: approx Olive Green. HEX triplet: AB, BA and 5F. RGB value is (171,186,95). Sum of RGB (Red+Green+Blue) = 171+186+95=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA5F is #5445A0. Grayscale: #ABABAB. Windows color (decimal): -5522849 or 6273707. OLE color: 6273707.

HSL color Cylindrical-coordinate representation of color #ABBA5F: hue angle of 69.89º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABBA5F is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB17118695-
CMYK0.0800.490.27
HSL69.89º39.74%55.1%-
HSV(B)69.89º48.92%72.94%-
XYZ36.4244.617.52-
YUV171.1485.03127.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=37.83%
G=41.15%
B=21.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186950.0800.490.2769.8939.7455.1
HexABBA5F80311B462837
Octal25327213710061331065067
Binary1010101110111010101111110000110001110111000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA5F; }

 p { color: rgb(171,186,95); }

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

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

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

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

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

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

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