#9BA698

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

Shades of Mantle #9BA698

Tints of Mantle #9BA698

Color information

#9BA698 (or 0x9BA698) is unknown color: approx Mantle. HEX triplet: 9B, A6 and 98. RGB value is (155,166,152). Sum of RGB (Red+Green+Blue) = 155+166+152=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA698 is #645967. Grayscale: #A1A1A1. Windows color (decimal): -6576488 or 10004123. OLE color: 10004123.

HSL color Cylindrical-coordinate representation of color #9BA698: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA698 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB155166152-
CMYK0.0700.080.35
HSL107.14º7.29%62.35%-
HSV(B)107.14º8.43%65.1%-
XYZ32.8236.5135.02-
YUV161.11122.86123.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=32.77%
G=35.10%
B=32.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661520.0700.080.35107.147.2962.35
Hex9BA698708236b73e
Octal233246230701043153776
Binary100110111010011010011000111010001000111101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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