Shades of Gossip #96D27D
Tints of Gossip #96D27D
RGB
CMYK
RGB Variations
Color information
#96D27D (or 0x96D27D) is known color: Gossip. HEX triplet: 96, D2 and 7D. RGB value is (150,210,125). Sum of RGB (Red+Green+Blue) = 150+210+125=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #96D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D27D is #692D82. Grayscale: #B6B6B6. Windows color (decimal): -6892931 or 8245910. OLE color: 8245910.
HSL color Cylindrical-coordinate representation of color #96D27D: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D27D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 125 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.18 |
| HSL | 102.35º | 0.49% | 0.66% | - |
| HSV(B) | 102.35º | 0.4% | 0.82% | - |
| XYZ | 39.33 | 54.06 | 27.76 | - |
| YUV | 182.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 125 | 0.29 | 0 | 0.40 | 0.18 | 102.35 | 0.49 | 0.66 |
| Hex | 96 | D2 | 7D | 1D | 0 | 28 | 12 | 66 | 31 | 42 |
| Octal | 226 | 322 | 175 | 35 | 0 | 50 | 22 | 146 | 61 | 102 |
| Binary | 10010110 | 11010010 | 1111101 | 11101 | 0 | 101000 | 10010 | 1100110 | 110001 | 1000010 |
Color Harmonies of #96D27D
Complementary color
Monochromatic Colors of #96D27D
Black with #96D27D
Text Example
Text Example
White with #96D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D27D; }
p { color: rgb(150,210,125); }
H1.HeaderClassName
{
color: #96D27D;
}
.AnyTagClassName
{
color: #96D27D;
}
</style>
background-color css
<style>
a { background-color: #96D27D; }
a { background-color: rgb(150,210,125); }
div.DivClassName
{
background-color: #96D27D;
}
.BgClassName
{
background-color: #96D27D;
}
</style>
border-color css
<style>
span { border-color: #96D27D; }
span { border-color: rgb(150,210,125); }
td.TdClassName
{
border-color: #96D27D;
}
.TagClassName
{
border-color: #96D27D;
}
</style>