#98B48E

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

Shades of Mantle #98B48E

Tints of Mantle #98B48E

Color information

#98B48E (or 0x98B48E) is unknown color: approx Mantle. HEX triplet: 98, B4 and 8E. RGB value is (152,180,142). Sum of RGB (Red+Green+Blue) = 152+180+142=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48E is #674B71. Grayscale: #A7A7A7. Windows color (decimal): -6769522 or 9352344. OLE color: 9352344.

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

Color convert

RGB152180142-
CMYK0.1600.210.29
HSL104.21º20.21%63.14%-
HSV(B)104.21º21.11%70.59%-
XYZ34.1541.2731.76-
YUV167.3113.72117.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=32.07%
G=37.97%
B=29.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801420.1600.210.29104.2120.2163.14
Hex98B48E100151D68143f
Octal23026421620025351502477
Binary1001100010110100100011101000001010111101110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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