#98B48C

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

Shades of Mantle #98B48C

Tints of Mantle #98B48C

Color information

#98B48C (or 0x98B48C) is unknown color: approx Mantle. HEX triplet: 98, B4 and 8C. RGB value is (152,180,140). Sum of RGB (Red+Green+Blue) = 152+180+140=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48C is #674B73. Grayscale: #A7A7A7. Windows color (decimal): -6769524 or 9221272. OLE color: 9221272.

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

Color convert

RGB152180140-
CMYK0.1600.220.29
HSL102º21.05%62.75%-
HSV(B)102º22.22%70.59%-
XYZ3441.2130.97-
YUV167.07112.72117.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.20%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=32.20%
G=38.14%
B=29.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801400.1600.220.2910221.0562.75
Hex98B48C100161D66153f
Octal23026421420026351462577
Binary1001100010110100100011001000001011011101110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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