Shades of Gossip #99D583
Tints of Gossip #99D583
RGB
CMYK
RGB Variations
Color information
#99D583 (or 0x99D583) is known color: Gossip. HEX triplet: 99, D5 and 83. RGB value is (153,213,131). Sum of RGB (Red+Green+Blue) = 153+213+131=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #99D583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D583 is #662A7C. Grayscale: #B9B9B9. Windows color (decimal): -6695549 or 8639897. OLE color: 8639897.
HSL color Cylindrical-coordinate representation of color #99D583: hue angle of 103.9º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D583 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 131 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.16 |
| HSL | 103.9º | 0.49% | 0.67% | - |
| HSV(B) | 103.9º | 0.38% | 0.84% | - |
| XYZ | 41.03 | 56 | 30.12 | - |
| YUV | 185.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 131 | 0.28 | 0 | 0.38 | 0.16 | 103.9 | 0.49 | 0.67 |
| Hex | 99 | D5 | 83 | 1C | 0 | 26 | 10 | 68 | 31 | 43 |
| Octal | 231 | 325 | 203 | 34 | 0 | 46 | 20 | 150 | 61 | 103 |
| Binary | 10011001 | 11010101 | 10000011 | 11100 | 0 | 100110 | 10000 | 1101000 | 110001 | 1000011 |
Color Harmonies of #99D583
Complementary color
Monochromatic Colors of #99D583
Black with #99D583
Text Example
Text Example
White with #99D583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D583; }
p { color: rgb(153,213,131); }
H1.HeaderClassName
{
color: #99D583;
}
.AnyTagClassName
{
color: #99D583;
}
</style>
background-color css
<style>
a { background-color: #99D583; }
a { background-color: rgb(153,213,131); }
div.DivClassName
{
background-color: #99D583;
}
.BgClassName
{
background-color: #99D583;
}
</style>
border-color css
<style>
span { border-color: #99D583; }
span { border-color: rgb(153,213,131); }
td.TdClassName
{
border-color: #99D583;
}
.TagClassName
{
border-color: #99D583;
}
</style>