#98B094

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

Shades of Mantle #98B094

Tints of Mantle #98B094

Color information

#98B094 (or 0x98B094) is unknown color: approx Mantle. HEX triplet: 98, B0 and 94. RGB value is (152,176,148). Sum of RGB (Red+Green+Blue) = 152+176+148=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #98B094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B094 is #674F6B. Grayscale: #A5A5A5. Windows color (decimal): -6770540 or 9744536. OLE color: 9744536.

HSL color Cylindrical-coordinate representation of color #98B094: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98B094 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB152176148-
CMYK0.1400.160.31
HSL111.43º15.05%63.53%-
HSV(B)111.43º15.91%69.02%-
XYZ33.8239.8633.93-
YUV165.63118.05118.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=31.93%
G=36.97%
B=31.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761480.1400.160.31111.4315.0563.53
Hex98B094E0101F6ff40
Octal230260224160203715717100
Binary100110001011000010010100111001000011111110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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