#ABBA60

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

Shades of Olive Green #ABBA60

Tints of Olive Green #ABBA60

Color information

#ABBA60 (or 0xABBA60) is unknown color: approx Olive Green. HEX triplet: AB, BA and 60. RGB value is (171,186,96). Sum of RGB (Red+Green+Blue) = 171+186+96=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA60 is #54459F. Grayscale: #ABABAB. Windows color (decimal): -5522848 or 6339243. OLE color: 6339243.

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

Color convert

RGB17118696-
CMYK0.0800.480.27
HSL70º39.47%55.29%-
HSV(B)70º48.39%72.94%-
XYZ36.4644.6217.76-
YUV171.2585.53127.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=37.75%
G=41.06%
B=21.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171186960.0800.480.277039.4755.29
HexABBA6080301B462737
Octal25327214010060331064767
Binary1010101110111010110000010000110000110111000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA60; }

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

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

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

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

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

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

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

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