#ABB697

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

Shades of Green Spring #ABB697

Tints of Green Spring #ABB697

Color information

#ABB697 (or 0xABB697) is unknown color: approx Green Spring. HEX triplet: AB, B6 and 97. RGB value is (171,182,151). Sum of RGB (Red+Green+Blue) = 171+182+151=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB697 is #544968. Grayscale: #AFAFAF. Windows color (decimal): -5523817 or 9942699. OLE color: 9942699.

HSL color Cylindrical-coordinate representation of color #ABB697: hue angle of 81.29º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB697 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB171182151-
CMYK0.0600.170.29
HSL81.29º17.51%65.29%-
HSV(B)81.29º17.03%71.37%-
XYZ39.1144.3535.78-
YUV175.18114.36125.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=33.93%
G=36.11%
B=29.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821510.0600.170.2981.2917.5165.29
HexABB69760111D511241
Octal25326622760213512122101
Binary101010111011011010010111110010001111011010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB697; }

 p { color: rgb(171,182,151); }

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

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

 a { background-color: rgb(171,182,151); }

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

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

 span { border-color: rgb(171,182,151); }

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