Shades of Gossip #96C67D
Tints of Gossip #96C67D
RGB
CMYK
RGB Variations
Color information
#96C67D (or 0x96C67D) is known color: Gossip. HEX triplet: 96, C6 and 7D. RGB value is (150,198,125). Sum of RGB (Red+Green+Blue) = 150+198+125=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #96C67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C67D is #693982. Grayscale: #AFAFAF. Windows color (decimal): -6896003 or 8242838. OLE color: 8242838.
HSL color Cylindrical-coordinate representation of color #96C67D: hue angle of 99.45º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C67D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 125 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.22 |
| HSL | 99.45º | 0.39% | 0.63% | - |
| HSV(B) | 99.45º | 0.37% | 0.78% | - |
| XYZ | 36.47 | 48.35 | 26.81 | - |
| YUV | 175.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 125 | 0.24 | 0 | 0.37 | 0.22 | 99.45 | 0.39 | 0.63 |
| Hex | 96 | C6 | 7D | 18 | 0 | 25 | 16 | 63 | 27 | 3F |
| Octal | 226 | 306 | 175 | 30 | 0 | 45 | 26 | 143 | 47 | 77 |
| Binary | 10010110 | 11000110 | 1111101 | 11000 | 0 | 100101 | 10110 | 1100011 | 100111 | 111111 |
Color Harmonies of #96C67D
Complementary color
Monochromatic Colors of #96C67D
Black with #96C67D
Text Example
Text Example
White with #96C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C67D; }
p { color: rgb(150,198,125); }
H1.HeaderClassName
{
color: #96C67D;
}
.AnyTagClassName
{
color: #96C67D;
}
</style>
background-color css
<style>
a { background-color: #96C67D; }
a { background-color: rgb(150,198,125); }
div.DivClassName
{
background-color: #96C67D;
}
.BgClassName
{
background-color: #96C67D;
}
</style>
border-color css
<style>
span { border-color: #96C67D; }
span { border-color: rgb(150,198,125); }
td.TdClassName
{
border-color: #96C67D;
}
.TagClassName
{
border-color: #96C67D;
}
</style>