Shades of Gossip #99D187
Tints of Gossip #99D187
RGB
CMYK
RGB Variations
Color information
#99D187 (or 0x99D187) is known color: Gossip. HEX triplet: 99, D1 and 87. RGB value is (153,209,135). Sum of RGB (Red+Green+Blue) = 153+209+135=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #99D187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D187 is #662E78. Grayscale: #B8B8B8. Windows color (decimal): -6696569 or 8901017. OLE color: 8901017.
HSL color Cylindrical-coordinate representation of color #99D187: hue angle of 105.41º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D187 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 135 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.18 |
| HSL | 105.41º | 0.45% | 0.67% | - |
| HSV(B) | 105.41º | 0.35% | 0.82% | - |
| XYZ | 40.31 | 54.12 | 31.24 | - |
| YUV | 183.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 135 | 0.27 | 0 | 0.35 | 0.18 | 105.41 | 0.45 | 0.67 |
| Hex | 99 | D1 | 87 | 1B | 0 | 23 | 12 | 69 | 2D | 43 |
| Octal | 231 | 321 | 207 | 33 | 0 | 43 | 22 | 151 | 55 | 103 |
| Binary | 10011001 | 11010001 | 10000111 | 11011 | 0 | 100011 | 10010 | 1101001 | 101101 | 1000011 |
Color Harmonies of #99D187
Complementary color
Monochromatic Colors of #99D187
Black with #99D187
Text Example
Text Example
White with #99D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D187; }
p { color: rgb(153,209,135); }
H1.HeaderClassName
{
color: #99D187;
}
.AnyTagClassName
{
color: #99D187;
}
</style>
background-color css
<style>
a { background-color: #99D187; }
a { background-color: rgb(153,209,135); }
div.DivClassName
{
background-color: #99D187;
}
.BgClassName
{
background-color: #99D187;
}
</style>
border-color css
<style>
span { border-color: #99D187; }
span { border-color: rgb(153,209,135); }
td.TdClassName
{
border-color: #99D187;
}
.TagClassName
{
border-color: #99D187;
}
</style>