#96B88B

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

Shades of Mantle #96B88B

Tints of Mantle #96B88B

Color information

#96B88B (or 0x96B88B) is unknown color: approx Mantle. HEX triplet: 96, B8 and 8B. RGB value is (150,184,139). Sum of RGB (Red+Green+Blue) = 150+184+139=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #96B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B88B is #694774. Grayscale: #A8A8A8. Windows color (decimal): -6899573 or 9156758. OLE color: 9156758.

HSL color Cylindrical-coordinate representation of color #96B88B: hue angle of 105.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96B88B is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB150184139-
CMYK0.1800.240.28
HSL105.33º24.06%63.33%-
HSV(B)105.33º24.46%72.16%-
XYZ34.3842.6330.84-
YUV168.7111.24114.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=31.71%
G=38.90%
B=29.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841390.1800.240.28105.3324.0663.33
Hex96B88B120181C69183f
Octal22627021322030341513077
Binary1001011010111000100010111001001100011100110100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,184,139); }

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

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

 a { background-color: rgb(150,184,139); }

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

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

 span { border-color: rgb(150,184,139); }

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