Shades of Gossip #96BE82
Tints of Gossip #96BE82
RGB
CMYK
RGB Variations
Color information
#96BE82 (or 0x96BE82) is known color: Gossip. HEX triplet: 96, BE and 82. RGB value is (150,190,130). Sum of RGB (Red+Green+Blue) = 150+190+130=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BE82 is #69417D. Grayscale: #ABABAB. Windows color (decimal): -6898046 or 8568470. OLE color: 8568470.
HSL color Cylindrical-coordinate representation of color #96BE82: hue angle of 100º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BE82 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 130 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.25 |
| HSL | 100º | 0.32% | 0.63% | - |
| HSV(B) | 100º | 0.32% | 0.75% | - |
| XYZ | 35.02 | 44.92 | 27.94 | - |
| YUV | 171.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 130 | 0.21 | 0 | 0.32 | 0.25 | 100 | 0.32 | 0.63 |
| Hex | 96 | BE | 82 | 15 | 0 | 20 | 19 | 64 | 20 | 3F |
| Octal | 226 | 276 | 202 | 25 | 0 | 40 | 31 | 144 | 40 | 77 |
| Binary | 10010110 | 10111110 | 10000010 | 10101 | 0 | 100000 | 11001 | 1100100 | 100000 | 111111 |
Color Harmonies of #96BE82
Complementary color
Monochromatic Colors of #96BE82
Black with #96BE82
Text Example
Text Example
White with #96BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE82; }
p { color: rgb(150,190,130); }
H1.HeaderClassName
{
color: #96BE82;
}
.AnyTagClassName
{
color: #96BE82;
}
</style>
background-color css
<style>
a { background-color: #96BE82; }
a { background-color: rgb(150,190,130); }
div.DivClassName
{
background-color: #96BE82;
}
.BgClassName
{
background-color: #96BE82;
}
</style>
border-color css
<style>
span { border-color: #96BE82; }
span { border-color: rgb(150,190,130); }
td.TdClassName
{
border-color: #96BE82;
}
.TagClassName
{
border-color: #96BE82;
}
</style>