#96B88A

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

Shades of Mantle #96B88A

Tints of Mantle #96B88A

Color information

#96B88A (or 0x96B88A) is unknown color: approx Mantle. HEX triplet: 96, B8 and 8A. RGB value is (150,184,138). Sum of RGB (Red+Green+Blue) = 150+184+138=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #96B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B88A is #694775. Grayscale: #A8A8A8. Windows color (decimal): -6899574 or 9091222. OLE color: 9091222.

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

Color convert

RGB150184138-
CMYK0.1800.250.28
HSL104.35º24.47%63.14%-
HSV(B)104.35º25%72.16%-
XYZ34.3142.630.46-
YUV168.59110.74114.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=31.78%
G=38.98%
B=29.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841380.1800.250.28104.3524.4763.14
Hex96B88A120191C68183f
Octal22627021222031341503077
Binary1001011010111000100010101001001100111100110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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