#ABB261

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

Shades of Olive Green #ABB261

Tints of Olive Green #ABB261

Color information

#ABB261 (or 0xABB261) is unknown color: approx Olive Green. HEX triplet: AB, B2 and 61. RGB value is (171,178,97). Sum of RGB (Red+Green+Blue) = 171+178+97=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB261 is #544D9E. Grayscale: #A6A6A6. Windows color (decimal): -5524895 or 6402731. OLE color: 6402731.

HSL color Cylindrical-coordinate representation of color #ABB261: hue angle of 65.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABB261 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17117897-
CMYK0.0400.460.30
HSL65.19º34.47%53.92%-
HSV(B)65.19º45.51%69.8%-
XYZ34.8741.3617.45-
YUV166.6788.68131.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=38.34%
G=39.91%
B=21.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171178970.0400.460.3065.1934.4753.92
HexABB261402E1E412236
Octal2532621414056361014266
Binary101010111011001011000011000101110111101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB261; }

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

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

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

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

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

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

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

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