#98A992

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

Shades of Mantle #98A992

Tints of Mantle #98A992

Color information

#98A992 (or 0x98A992) is unknown color: approx Mantle. HEX triplet: 98, A9 and 92. RGB value is (152,169,146). Sum of RGB (Red+Green+Blue) = 152+169+146=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #98A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A992 is #67566D. Grayscale: #A1A1A1. Windows color (decimal): -6772334 or 9611672. OLE color: 9611672.

HSL color Cylindrical-coordinate representation of color #98A992: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98A992 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB152169146-
CMYK0.1000.140.34
HSL104.35º11.79%61.76%-
HSV(B)104.35º13.61%66.27%-
XYZ32.3337.1332.66-
YUV161.29119.37121.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=32.55%
G=36.19%
B=31.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521691460.1000.140.34104.3511.7961.76
Hex98A992A0E2268c3e
Octal23025122212016421501476
Binary10011000101010011001001010100111010001011010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,169,146); }

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

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

 a { background-color: rgb(152,169,146); }

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

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

 span { border-color: rgb(152,169,146); }

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