Shades of Gossip #99D283
Tints of Gossip #99D283
RGB
CMYK
RGB Variations
Color information
#99D283 (or 0x99D283) is known color: Gossip. HEX triplet: 99, D2 and 83. RGB value is (153,210,131). Sum of RGB (Red+Green+Blue) = 153+210+131=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #99D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D283 is #662D7C. Grayscale: #B8B8B8. Windows color (decimal): -6696317 or 8639129. OLE color: 8639129.
HSL color Cylindrical-coordinate representation of color #99D283: hue angle of 103.29º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99D283 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 131 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.18 |
| HSL | 103.29º | 0.47% | 0.67% | - |
| HSV(B) | 103.29º | 0.38% | 0.82% | - |
| XYZ | 40.28 | 54.5 | 29.87 | - |
| YUV | 183.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 131 | 0.27 | 0 | 0.38 | 0.18 | 103.29 | 0.47 | 0.67 |
| Hex | 99 | D2 | 83 | 1B | 0 | 26 | 12 | 67 | 2F | 43 |
| Octal | 231 | 322 | 203 | 33 | 0 | 46 | 22 | 147 | 57 | 103 |
| Binary | 10011001 | 11010010 | 10000011 | 11011 | 0 | 100110 | 10010 | 1100111 | 101111 | 1000011 |
Color Harmonies of #99D283
Complementary color
Monochromatic Colors of #99D283
Black with #99D283
Text Example
Text Example
White with #99D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D283; }
p { color: rgb(153,210,131); }
H1.HeaderClassName
{
color: #99D283;
}
.AnyTagClassName
{
color: #99D283;
}
</style>
background-color css
<style>
a { background-color: #99D283; }
a { background-color: rgb(153,210,131); }
div.DivClassName
{
background-color: #99D283;
}
.BgClassName
{
background-color: #99D283;
}
</style>
border-color css
<style>
span { border-color: #99D283; }
span { border-color: rgb(153,210,131); }
td.TdClassName
{
border-color: #99D283;
}
.TagClassName
{
border-color: #99D283;
}
</style>