#ABBA64

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

Shades of Olive Green #ABBA64

Tints of Olive Green #ABBA64

Color information

#ABBA64 (or 0xABBA64) is unknown color: approx Olive Green. HEX triplet: AB, BA and 64. RGB value is (171,186,100). Sum of RGB (Red+Green+Blue) = 171+186+100=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA64 is #54459B. Grayscale: #ACACAC. Windows color (decimal): -5522844 or 6601387. OLE color: 6601387.

HSL color Cylindrical-coordinate representation of color #ABBA64: hue angle of 70.47º 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 #ABBA64 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB171186100-
CMYK0.0800.460.27
HSL70.47º38.39%56.08%-
HSV(B)70.47º46.24%72.94%-
XYZ36.6544.718.75-
YUV171.7187.53127.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 100 (39.45% from 255) = 21.88%
R=37.42%
G=40.70%
B=21.88%

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
Decimal1711861000.0800.460.2770.4738.3956.08
HexABBA64802E1B462638
Octal25327214410056331064670
Binary1010101110111010110010010000101110110111000110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA64; }

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

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

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

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

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

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

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

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