#96BA88

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

Shades of Mantle #96BA88

Tints of Mantle #96BA88

Color information

#96BA88 (or 0x96BA88) is unknown color: approx Mantle. HEX triplet: 96, BA and 88. RGB value is (150,186,136). Sum of RGB (Red+Green+Blue) = 150+186+136=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA88 is #694577. Grayscale: #A9A9A9. Windows color (decimal): -6899064 or 8960662. OLE color: 8960662.

HSL color Cylindrical-coordinate representation of color #96BA88: hue angle of 103.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BA88 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB150186136-
CMYK0.1900.270.27
HSL103.2º26.6%63.14%-
HSV(B)103.2º26.88%72.94%-
XYZ34.5843.3829.84-
YUV169.54109.07114.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=31.78%
G=39.41%
B=28.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501861360.1900.270.27103.226.663.14
Hex96BA881301B1B671b3f
Octal22627221023033331473377
Binary1001011010111010100010001001101101111011110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BA88; }

 p { color: rgb(150,186,136); }

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

<style>
 a { background-color: #96BA88; }

 a { background-color: rgb(150,186,136); }

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

<style>
 span { border-color: #96BA88; }

 span { border-color: rgb(150,186,136); }

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