#98B08C

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

Shades of Mantle #98B08C

Tints of Mantle #98B08C

Color information

#98B08C (or 0x98B08C) is unknown color: approx Mantle. HEX triplet: 98, B0 and 8C. RGB value is (152,176,140). Sum of RGB (Red+Green+Blue) = 152+176+140=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #98B08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B08C is #674F73. Grayscale: #A4A4A4. Windows color (decimal): -6770548 or 9220248. OLE color: 9220248.

HSL color Cylindrical-coordinate representation of color #98B08C: hue angle of 100º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98B08C is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB152176140-
CMYK0.1400.200.31
HSL100º18.56%61.96%-
HSV(B)100º20.45%69.02%-
XYZ33.2139.6230.71-
YUV164.72114.05118.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=32.48%
G=37.61%
B=29.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761400.1400.200.3110018.5661.96
Hex98B08CE0141F64133e
Octal23026021416024371442376
Binary100110001011000010001100111001010011111110010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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