#ABB098

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

Shades of Green Spring #ABB098

Tints of Green Spring #ABB098

Color information

#ABB098 (or 0xABB098) is unknown color: approx Green Spring. HEX triplet: AB, B0 and 98. RGB value is (171,176,152). Sum of RGB (Red+Green+Blue) = 171+176+152=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB098 is #544F67. Grayscale: #ABABAB. Windows color (decimal): -5525352 or 10006699. OLE color: 10006699.

HSL color Cylindrical-coordinate representation of color #ABB098: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB098 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB171176152-
CMYK0.0300.140.31
HSL72.5º13.19%64.31%-
HSV(B)72.5º13.64%69.02%-
XYZ37.9941.9835.81-
YUV171.77116.84127.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=34.27%
G=35.27%
B=30.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761520.0300.140.3172.513.1964.31
HexABB09830E1F48d40
Octal25326023030163711015100
Binary101010111011000010011000110111011111100100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB098; }

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

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

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

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

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

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

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

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