#9BAE94

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

Shades of Mantle #9BAE94

Tints of Mantle #9BAE94

Color information

#9BAE94 (or 0x9BAE94) is unknown color: approx Mantle. HEX triplet: 9B, AE and 94. RGB value is (155,174,148). Sum of RGB (Red+Green+Blue) = 155+174+148=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE94 is #64516B. Grayscale: #A5A5A5. Windows color (decimal): -6574444 or 9744027. OLE color: 9744027.

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

Color convert

RGB155174148-
CMYK0.1100.150.32
HSL103.85º13.83%63.14%-
HSV(B)103.85º14.94%68.24%-
XYZ3439.3833.83-
YUV165.36118.21120.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=32.49%
G=36.48%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741480.1100.150.32103.8513.8363.14
Hex9BAE94B0F2068e3f
Octal23325622413017401501677
Binary10011011101011101001010010110111110000011010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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