#98A194

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

Shades of Mantle #98A194

Tints of Mantle #98A194

Color information

#98A194 (or 0x98A194) is unknown color: approx Mantle. HEX triplet: 98, A1 and 94. RGB value is (152,161,148). Sum of RGB (Red+Green+Blue) = 152+161+148=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 161 - color contains mainly: green. Hex color #98A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A194 is #675E6B. Grayscale: #9C9C9C. Windows color (decimal): -6774380 or 9740696. OLE color: 9740696.

HSL color Cylindrical-coordinate representation of color #98A194: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A194 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB152161148-
CMYK0.0600.080.37
HSL101.54º6.47%60.59%-
HSV(B)101.54º8.07%63.14%-
XYZ31.0434.333-
YUV156.83123.02124.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=32.97%
G=34.92%
B=32.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521611480.0600.080.37101.546.4760.59
Hex98A194608256663d
Octal230241224601045146675
Binary100110001010000110010100110010001001011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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