#9BAF98

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

Shades of Mantle #9BAF98

Tints of Mantle #9BAF98

Color information

#9BAF98 (or 0x9BAF98) is unknown color: approx Mantle. HEX triplet: 9B, AF and 98. RGB value is (155,175,152). Sum of RGB (Red+Green+Blue) = 155+175+152=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF98 is #645067. Grayscale: #A6A6A6. Windows color (decimal): -6574184 or 10006427. OLE color: 10006427.

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

Color convert

RGB155175152-
CMYK0.1100.130.31
HSL112.17º12.57%64.12%-
HSV(B)112.17º13.14%68.63%-
XYZ34.5239.935.59-
YUV166.4119.87119.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 152 (59.77% from 255) = 31.54%
R=32.16%
G=36.31%
B=31.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751520.1100.130.31112.1712.5764.12
Hex9BAF98B0D1F70d40
Octal233257230130153716015100
Binary10011011101011111001100010110110111111111000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAF98; }

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

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

<style>
 a { background-color: #9BAF98; }

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

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

<style>
 span { border-color: #9BAF98; }

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

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