#ABBA61

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

Shades of Olive Green #ABBA61

Tints of Olive Green #ABBA61

Color information

#ABBA61 (or 0xABBA61) is unknown color: approx Olive Green. HEX triplet: AB, BA and 61. RGB value is (171,186,97). Sum of RGB (Red+Green+Blue) = 171+186+97=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA61 is #54459E. Grayscale: #ABABAB. Windows color (decimal): -5522847 or 6404779. OLE color: 6404779.

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

Color convert

RGB17118697-
CMYK0.0800.480.27
HSL70.11º39.21%55.49%-
HSV(B)70.11º47.85%72.94%-
XYZ36.5144.6418-
YUV171.3786.03127.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=37.67%
G=40.97%
B=21.37%

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
Decimal171186970.0800.480.2770.1139.2155.49
HexABBA6180301B462737
Octal25327214110060331064767
Binary1010101110111010110000110000110000110111000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA61; }

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

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

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

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

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

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

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

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