Shades of Gossip #99D683
Tints of Gossip #99D683
RGB
CMYK
RGB Variations
Color information
#99D683 (or 0x99D683) is known color: Gossip. HEX triplet: 99, D6 and 83. RGB value is (153,214,131). Sum of RGB (Red+Green+Blue) = 153+214+131=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #99D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D683 is #66297C. Grayscale: #BABABA. Windows color (decimal): -6695293 or 8640153. OLE color: 8640153.
HSL color Cylindrical-coordinate representation of color #99D683: hue angle of 104.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D683 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 131 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.16 |
| HSL | 104.1º | 0.5% | 0.68% | - |
| HSV(B) | 104.1º | 0.39% | 0.84% | - |
| XYZ | 41.28 | 56.5 | 30.2 | - |
| YUV | 186.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 131 | 0.29 | 0 | 0.39 | 0.16 | 104.1 | 0.5 | 0.68 |
| Hex | 99 | D6 | 83 | 1D | 0 | 27 | 10 | 68 | 32 | 44 |
| Octal | 231 | 326 | 203 | 35 | 0 | 47 | 20 | 150 | 62 | 104 |
| Binary | 10011001 | 11010110 | 10000011 | 11101 | 0 | 100111 | 10000 | 1101000 | 110010 | 1000100 |
Color Harmonies of #99D683
Complementary color
Monochromatic Colors of #99D683
Black with #99D683
Text Example
Text Example
White with #99D683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D683; }
p { color: rgb(153,214,131); }
H1.HeaderClassName
{
color: #99D683;
}
.AnyTagClassName
{
color: #99D683;
}
</style>
background-color css
<style>
a { background-color: #99D683; }
a { background-color: rgb(153,214,131); }
div.DivClassName
{
background-color: #99D683;
}
.BgClassName
{
background-color: #99D683;
}
</style>
border-color css
<style>
span { border-color: #99D683; }
span { border-color: rgb(153,214,131); }
td.TdClassName
{
border-color: #99D683;
}
.TagClassName
{
border-color: #99D683;
}
</style>