#ABB298

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

Shades of Green Spring #ABB298

Tints of Green Spring #ABB298

Color information

#ABB298 (or 0xABB298) is unknown color: approx Green Spring. HEX triplet: AB, B2 and 98. RGB value is (171,178,152). Sum of RGB (Red+Green+Blue) = 171+178+152=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB298 is #544D67. Grayscale: #ADADAD. Windows color (decimal): -5524840 or 10007211. OLE color: 10007211.

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

Color convert

RGB171178152-
CMYK0.0400.150.30
HSL76.15º14.44%64.71%-
HSV(B)76.15º14.61%69.8%-
XYZ38.3842.7735.94-
YUV172.94116.18126.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=34.13%
G=35.53%
B=30.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781520.0400.150.3076.1514.4464.71
HexABB29840F1E4ce41
Octal25326223040173611416101
Binary1010101110110010100110001000111111110100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB298; }

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

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

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

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

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

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

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

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