#98B494

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

Shades of Mantle #98B494

Tints of Mantle #98B494

Color information

#98B494 (or 0x98B494) is unknown color: approx Mantle. HEX triplet: 98, B4 and 94. RGB value is (152,180,148). Sum of RGB (Red+Green+Blue) = 152+180+148=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #98B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B494 is #674B6B. Grayscale: #A8A8A8. Windows color (decimal): -6769516 or 9745560. OLE color: 9745560.

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

Color convert

RGB152180148-
CMYK0.1600.180.29
HSL112.5º17.58%64.31%-
HSV(B)112.5º17.78%70.59%-
XYZ34.6241.4634.19-
YUV167.98116.72116.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=31.67%
G=37.5%
B=30.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801480.1600.180.29112.517.5864.31
Hex98B494100121D701240
Octal230264224200223516022100
Binary10011000101101001001010010000010010111011110000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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