#ABB699

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

Shades of Green Spring #ABB699

Tints of Green Spring #ABB699

Color information

#ABB699 (or 0xABB699) is unknown color: approx Green Spring. HEX triplet: AB, B6 and 99. RGB value is (171,182,153). Sum of RGB (Red+Green+Blue) = 171+182+153=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB699 is #544966. Grayscale: #AFAFAF. Windows color (decimal): -5523815 or 10073771. OLE color: 10073771.

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

Color convert

RGB171182153-
CMYK0.0600.160.29
HSL82.76º16.57%65.69%-
HSV(B)82.76º15.93%71.37%-
XYZ39.2744.4136.64-
YUV175.4115.36124.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=33.79%
G=35.97%
B=30.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821530.0600.160.2982.7616.5765.69
HexABB69960101D531142
Octal25326623160203512321102
Binary101010111011011010011001110010000111011010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB699; }

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

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

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

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

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

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

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

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