#98B495

Color #98B495 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #98B495

Tints of Mantle #98B495

Color information

#98B495 (or 0x98B495) is unknown color: approx Mantle. HEX triplet: 98, B4 and 95. RGB value is (152,180,149). Sum of RGB (Red+Green+Blue) = 152+180+149=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #98B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B495 is #674B6A. Grayscale: #A8A8A8. Windows color (decimal): -6769515 or 9811096. OLE color: 9811096.

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

Color convert

RGB152180149-
CMYK0.1600.170.29
HSL114.19º17.13%64.51%-
HSV(B)114.19º17.22%70.59%-
XYZ34.6941.4934.61-
YUV168.09117.22116.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=31.60%
G=37.42%
B=30.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801490.1600.170.29114.1917.1364.51
Hex98B495100111D721141
Octal230264225200213516221101
Binary10011000101101001001010110000010001111011110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B495; }

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

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

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

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

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

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

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

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