#96B194

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

Shades of Mantle #96B194

Tints of Mantle #96B194

Color information

#96B194 (or 0x96B194) is unknown color: approx Mantle. HEX triplet: 96, B1 and 94. RGB value is (150,177,148). Sum of RGB (Red+Green+Blue) = 150+177+148=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #96B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B194 is #694E6B. Grayscale: #A5A5A5. Windows color (decimal): -6901356 or 9744790. OLE color: 9744790.

HSL color Cylindrical-coordinate representation of color #96B194: hue angle of 115.86º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96B194 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB150177148-
CMYK0.1500.160.31
HSL115.86º15.68%63.73%-
HSV(B)115.86º16.38%69.41%-
XYZ33.6540.0733.98-
YUV165.62118.05116.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=31.58%
G=37.26%
B=31.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771480.1500.160.31115.8615.6863.73
Hex96B194F0101F741040
Octal226261224170203716420100
Binary1001011010110001100101001111010000111111110100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,148); }

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

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

 a { background-color: rgb(150,177,148); }

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

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

 span { border-color: rgb(150,177,148); }

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