#ABB498

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

Shades of Green Spring #ABB498

Tints of Green Spring #ABB498

Color information

#ABB498 (or 0xABB498) is unknown color: approx Green Spring. HEX triplet: AB, B4 and 98. RGB value is (171,180,152). Sum of RGB (Red+Green+Blue) = 171+180+152=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB498 is #544B67. Grayscale: #AEAEAE. Windows color (decimal): -5524328 or 10007723. OLE color: 10007723.

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

Color convert

RGB171180152-
CMYK0.0500.160.29
HSL79.29º15.73%65.1%-
HSV(B)79.29º15.56%70.59%-
XYZ38.7843.5736.07-
YUV174.12115.52125.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=34.00%
G=35.79%
B=30.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801520.0500.160.2979.2915.7365.1
HexABB49850101D4f1041
Octal25326423050203511720101
Binary101010111011010010011000101010000111011001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB498; }

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

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

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

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

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

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

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

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