#98AF96

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

Shades of Mantle #98AF96

Tints of Mantle #98AF96

Color information

#98AF96 (or 0x98AF96) is unknown color: approx Mantle. HEX triplet: 98, AF and 96. RGB value is (152,175,150). Sum of RGB (Red+Green+Blue) = 152+175+150=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF96 is #675069. Grayscale: #A5A5A5. Windows color (decimal): -6770794 or 9875352. OLE color: 9875352.

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

Color convert

RGB152175150-
CMYK0.1300.140.31
HSL115.2º13.51%63.73%-
HSV(B)115.2º14.29%68.63%-
XYZ33.7839.5434.71-
YUV165.27119.38118.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=31.87%
G=36.69%
B=31.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751500.1300.140.31115.213.5163.73
Hex98AF96D0E1F73e40
Octal230257226150163716316100
Binary10011000101011111001011011010111011111111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,150); }

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

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

 a { background-color: rgb(152,175,150); }

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

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

 span { border-color: rgb(152,175,150); }

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