Shades of Gossip #96CF83
Tints of Gossip #96CF83
RGB
CMYK
RGB Variations
Color information
#96CF83 (or 0x96CF83) is known color: Gossip. HEX triplet: 96, CF and 83. RGB value is (150,207,131). Sum of RGB (Red+Green+Blue) = 150+207+131=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF83 is #69307C. Grayscale: #B5B5B5. Windows color (decimal): -6893693 or 8638358. OLE color: 8638358.
HSL color Cylindrical-coordinate representation of color #96CF83: hue angle of 105º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CF83 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 131 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.19 |
| HSL | 105º | 0.44% | 0.66% | - |
| HSV(B) | 105º | 0.37% | 0.81% | - |
| XYZ | 38.99 | 52.75 | 29.6 | - |
| YUV | 181.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 131 | 0.28 | 0 | 0.37 | 0.19 | 105 | 0.44 | 0.66 |
| Hex | 96 | CF | 83 | 1C | 0 | 25 | 13 | 69 | 2C | 42 |
| Octal | 226 | 317 | 203 | 34 | 0 | 45 | 23 | 151 | 54 | 102 |
| Binary | 10010110 | 11001111 | 10000011 | 11100 | 0 | 100101 | 10011 | 1101001 | 101100 | 1000010 |
Color Harmonies of #96CF83
Complementary color
Monochromatic Colors of #96CF83
Black with #96CF83
Text Example
Text Example
White with #96CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF83; }
p { color: rgb(150,207,131); }
H1.HeaderClassName
{
color: #96CF83;
}
.AnyTagClassName
{
color: #96CF83;
}
</style>
background-color css
<style>
a { background-color: #96CF83; }
a { background-color: rgb(150,207,131); }
div.DivClassName
{
background-color: #96CF83;
}
.BgClassName
{
background-color: #96CF83;
}
</style>
border-color css
<style>
span { border-color: #96CF83; }
span { border-color: rgb(150,207,131); }
td.TdClassName
{
border-color: #96CF83;
}
.TagClassName
{
border-color: #96CF83;
}
</style>