#96B291

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

Shades of Mantle #96B291

Tints of Mantle #96B291

Color information

#96B291 (or 0x96B291) is unknown color: approx Mantle. HEX triplet: 96, B2 and 91. RGB value is (150,178,145). Sum of RGB (Red+Green+Blue) = 150+178+145=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #96B291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B291 is #694D6E. Grayscale: #A5A5A5. Windows color (decimal): -6901103 or 9548438. OLE color: 9548438.

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

Color convert

RGB150178145-
CMYK0.1600.190.30
HSL110.91º17.65%63.33%-
HSV(B)110.91º18.54%69.8%-
XYZ33.6140.3732.81-
YUV165.87116.22116.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=31.71%
G=37.63%
B=30.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501781450.1600.190.30110.9117.6563.33
Hex96B291100131E6f123f
Octal22626222120023361572277
Binary1001011010110010100100011000001001111110110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,145); }

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

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

 a { background-color: rgb(150,178,145); }

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

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

 span { border-color: rgb(150,178,145); }

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