#98B48F

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

Shades of Mantle #98B48F

Tints of Mantle #98B48F

Color information

#98B48F (or 0x98B48F) is unknown color: approx Mantle. HEX triplet: 98, B4 and 8F. RGB value is (152,180,143). Sum of RGB (Red+Green+Blue) = 152+180+143=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48F is #674B70. Grayscale: #A7A7A7. Windows color (decimal): -6769521 or 9417880. OLE color: 9417880.

HSL color Cylindrical-coordinate representation of color #98B48F: hue angle of 105.41º 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 #98B48F is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB152180143-
CMYK0.1600.210.29
HSL105.41º19.79%63.33%-
HSV(B)105.41º20.56%70.59%-
XYZ34.2341.332.15-
YUV167.41114.22117.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=32%
G=37.89%
B=30.11%

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
Decimal1521801430.1600.210.29105.4119.7963.33
Hex98B48F100151D69143f
Octal23026421720025351512477
Binary1001100010110100100011111000001010111101110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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