#ABBA65

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

Shades of Olive Green #ABBA65

Tints of Olive Green #ABBA65

Color information

#ABBA65 (or 0xABBA65) is unknown color: approx Olive Green. HEX triplet: AB, BA and 65. RGB value is (171,186,101). Sum of RGB (Red+Green+Blue) = 171+186+101=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA65 is #54459A. Grayscale: #ACACAC. Windows color (decimal): -5522843 or 6666923. OLE color: 6666923.

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

Color convert

RGB171186101-
CMYK0.0800.460.27
HSL70.59º38.12%56.27%-
HSV(B)70.59º45.7%72.94%-
XYZ36.744.7219.01-
YUV171.8288.03127.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 101 (39.84% from 255) = 22.05%
R=37.34%
G=40.61%
B=22.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861010.0800.460.2770.5938.1256.27
HexABBA65802E1B472638
Octal25327214510056331074670
Binary1010101110111010110010110000101110110111000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA65; }

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

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

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

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

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

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

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

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