Shades of Gossip #96D26B
Tints of Gossip #96D26B
RGB
CMYK
RGB Variations
Color information
#96D26B (or 0x96D26B) is known color: Gossip. HEX triplet: 96, D2 and 6B. RGB value is (150,210,107). Sum of RGB (Red+Green+Blue) = 150+210+107=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #96D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D26B is #692D94. Grayscale: #B4B4B4. Windows color (decimal): -6892949 or 7066262. OLE color: 7066262.
HSL color Cylindrical-coordinate representation of color #96D26B: hue angle of 94.95º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96D26B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 107 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.18 |
| HSL | 94.95º | 0.53% | 0.62% | - |
| HSV(B) | 94.95º | 0.49% | 0.82% | - |
| XYZ | 38.28 | 53.64 | 22.25 | - |
| YUV | 180.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 107 | 0.29 | 0 | 0.49 | 0.18 | 94.95 | 0.53 | 0.62 |
| Hex | 96 | D2 | 6B | 1D | 0 | 31 | 12 | 5F | 35 | 3E |
| Octal | 226 | 322 | 153 | 35 | 0 | 61 | 22 | 137 | 65 | 76 |
| Binary | 10010110 | 11010010 | 1101011 | 11101 | 0 | 110001 | 10010 | 1011111 | 110101 | 111110 |
Color Harmonies of #96D26B
Complementary color
Monochromatic Colors of #96D26B
Black with #96D26B
Text Example
Text Example
White with #96D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D26B; }
p { color: rgb(150,210,107); }
H1.HeaderClassName
{
color: #96D26B;
}
.AnyTagClassName
{
color: #96D26B;
}
</style>
background-color css
<style>
a { background-color: #96D26B; }
a { background-color: rgb(150,210,107); }
div.DivClassName
{
background-color: #96D26B;
}
.BgClassName
{
background-color: #96D26B;
}
</style>
border-color css
<style>
span { border-color: #96D26B; }
span { border-color: rgb(150,210,107); }
td.TdClassName
{
border-color: #96D26B;
}
.TagClassName
{
border-color: #96D26B;
}
</style>