Shades of Gossip #96BE85
Tints of Gossip #96BE85
RGB
CMYK
RGB Variations
Color information
#96BE85 (or 0x96BE85) is known color: Gossip. HEX triplet: 96, BE and 85. RGB value is (150,190,133). Sum of RGB (Red+Green+Blue) = 150+190+133=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE85 is #69417A. Grayscale: #ABABAB. Windows color (decimal): -6898043 or 8765078. OLE color: 8765078.
HSL color Cylindrical-coordinate representation of color #96BE85: hue angle of 102.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96BE85 is Cyan = 0.21, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 133 | - |
| CMYK | 0.21 | 0 | 0.3 | 0.25 |
| HSL | 102.11º | 0.3% | 0.63% | - |
| HSV(B) | 102.11º | 0.3% | 0.75% | - |
| XYZ | 35.22 | 45 | 29.02 | - |
| YUV | 171.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 133 | 0.21 | 0 | 0.3 | 0.25 | 102.11 | 0.3 | 0.63 |
| Hex | 96 | BE | 85 | 15 | 0 | 1E | 19 | 66 | 1E | 3F |
| Octal | 226 | 276 | 205 | 25 | 0 | 36 | 31 | 146 | 36 | 77 |
| Binary | 10010110 | 10111110 | 10000101 | 10101 | 0 | 11110 | 11001 | 1100110 | 11110 | 111111 |
Color Harmonies of #96BE85
Complementary color
Monochromatic Colors of #96BE85
Black with #96BE85
Text Example
Text Example
White with #96BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE85; }
p { color: rgb(150,190,133); }
H1.HeaderClassName
{
color: #96BE85;
}
.AnyTagClassName
{
color: #96BE85;
}
</style>
background-color css
<style>
a { background-color: #96BE85; }
a { background-color: rgb(150,190,133); }
div.DivClassName
{
background-color: #96BE85;
}
.BgClassName
{
background-color: #96BE85;
}
</style>
border-color css
<style>
span { border-color: #96BE85; }
span { border-color: rgb(150,190,133); }
td.TdClassName
{
border-color: #96BE85;
}
.TagClassName
{
border-color: #96BE85;
}
</style>