Shades of Gossip #96CC85
Tints of Gossip #96CC85
RGB
CMYK
RGB Variations
Color information
#96CC85 (or 0x96CC85) is known color: Gossip. HEX triplet: 96, CC and 85. RGB value is (150,204,133). Sum of RGB (Red+Green+Blue) = 150+204+133=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC85 is #69337A. Grayscale: #B3B3B3. Windows color (decimal): -6894459 or 8768662. OLE color: 8768662.
HSL color Cylindrical-coordinate representation of color #96CC85: hue angle of 105.63º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CC85 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 133 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.2 |
| HSL | 105.63º | 0.41% | 0.66% | - |
| HSV(B) | 105.63º | 0.35% | 0.8% | - |
| XYZ | 38.4 | 51.36 | 30.08 | - |
| YUV | 179.76 | 101.61 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 133 | 0.26 | 0 | 0.35 | 0.2 | 105.63 | 0.41 | 0.66 |
| Hex | 96 | CC | 85 | 1A | 0 | 23 | 14 | 6A | 29 | 42 |
| Octal | 226 | 314 | 205 | 32 | 0 | 43 | 24 | 152 | 51 | 102 |
| Binary | 10010110 | 11001100 | 10000101 | 11010 | 0 | 100011 | 10100 | 1101010 | 101001 | 1000010 |
Color Harmonies of #96CC85
Complementary color
Monochromatic Colors of #96CC85
Black with #96CC85
Text Example
Text Example
White with #96CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC85; }
p { color: rgb(150,204,133); }
H1.HeaderClassName
{
color: #96CC85;
}
.AnyTagClassName
{
color: #96CC85;
}
</style>
background-color css
<style>
a { background-color: #96CC85; }
a { background-color: rgb(150,204,133); }
div.DivClassName
{
background-color: #96CC85;
}
.BgClassName
{
background-color: #96CC85;
}
</style>
border-color css
<style>
span { border-color: #96CC85; }
span { border-color: rgb(150,204,133); }
td.TdClassName
{
border-color: #96CC85;
}
.TagClassName
{
border-color: #96CC85;
}
</style>