#9BAE98

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

Shades of Mantle #9BAE98

Tints of Mantle #9BAE98

Color information

#9BAE98 (or 0x9BAE98) is unknown color: approx Mantle. HEX triplet: 9B, AE and 98. RGB value is (155,174,152). Sum of RGB (Red+Green+Blue) = 155+174+152=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE98 is #645167. Grayscale: #A5A5A5. Windows color (decimal): -6574440 or 10006171. OLE color: 10006171.

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

Color convert

RGB155174152-
CMYK0.1100.130.32
HSL111.82º11.96%63.92%-
HSV(B)111.82º12.64%68.24%-
XYZ34.3239.5135.52-
YUV165.81120.21120.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=32.22%
G=36.17%
B=31.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741520.1100.130.32111.8211.9663.92
Hex9BAE98B0D2070c40
Octal233256230130154016014100
Binary100110111010111010011000101101101100000111000011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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