Shades of Gossip #99CB87
Tints of Gossip #99CB87
RGB
CMYK
RGB Variations
Color information
#99CB87 (or 0x99CB87) is known color: Gossip. HEX triplet: 99, CB and 87. RGB value is (153,203,135). Sum of RGB (Red+Green+Blue) = 153+203+135=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB87 is #663478. Grayscale: #B4B4B4. Windows color (decimal): -6698105 or 8899481. OLE color: 8899481.
HSL color Cylindrical-coordinate representation of color #99CB87: hue angle of 104.12º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CB87 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 135 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.20 |
| HSL | 104.12º | 0.4% | 0.66% | - |
| HSV(B) | 104.12º | 0.33% | 0.8% | - |
| XYZ | 38.87 | 51.23 | 30.76 | - |
| YUV | 180.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 135 | 0.25 | 0 | 0.33 | 0.20 | 104.12 | 0.4 | 0.66 |
| Hex | 99 | CB | 87 | 19 | 0 | 21 | 14 | 68 | 28 | 42 |
| Octal | 231 | 313 | 207 | 31 | 0 | 41 | 24 | 150 | 50 | 102 |
| Binary | 10011001 | 11001011 | 10000111 | 11001 | 0 | 100001 | 10100 | 1101000 | 101000 | 1000010 |
Color Harmonies of #99CB87
Complementary color
Monochromatic Colors of #99CB87
Black with #99CB87
Text Example
Text Example
White with #99CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB87; }
p { color: rgb(153,203,135); }
H1.HeaderClassName
{
color: #99CB87;
}
.AnyTagClassName
{
color: #99CB87;
}
</style>
background-color css
<style>
a { background-color: #99CB87; }
a { background-color: rgb(153,203,135); }
div.DivClassName
{
background-color: #99CB87;
}
.BgClassName
{
background-color: #99CB87;
}
</style>
border-color css
<style>
span { border-color: #99CB87; }
span { border-color: rgb(153,203,135); }
td.TdClassName
{
border-color: #99CB87;
}
.TagClassName
{
border-color: #99CB87;
}
</style>