#ABB49B

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

Shades of Green Spring #ABB49B

Tints of Green Spring #ABB49B

Color information

#ABB49B (or 0xABB49B) is unknown color: approx Green Spring. HEX triplet: AB, B4 and 9B. RGB value is (171,180,155). Sum of RGB (Red+Green+Blue) = 171+180+155=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB49B is #544B64. Grayscale: #AEAEAE. Windows color (decimal): -5524325 or 10204331. OLE color: 10204331.

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

Color convert

RGB171180155-
CMYK0.0500.140.29
HSL81.6º14.29%65.69%-
HSV(B)81.6º13.89%70.59%-
XYZ39.0343.6737.38-
YUV174.46117.02125.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=33.79%
G=35.57%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801550.0500.140.2981.614.2965.69
HexABB49B50E1D52e42
Octal25326423350163512216102
Binary1010101110110100100110111010111011101101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB49B; }

 p { color: rgb(171,180,155); }

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

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

 a { background-color: rgb(171,180,155); }

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

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

 span { border-color: rgb(171,180,155); }

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