Shades of Gossip #99D482
Tints of Gossip #99D482
RGB
CMYK
RGB Variations
Color information
#99D482 (or 0x99D482) is known color: Gossip. HEX triplet: 99, D4 and 82. RGB value is (153,212,130). Sum of RGB (Red+Green+Blue) = 153+212+130=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #99D482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D482 is #662B7D. Grayscale: #B9B9B9. Windows color (decimal): -6695806 or 8574105. OLE color: 8574105.
HSL color Cylindrical-coordinate representation of color #99D482: hue angle of 103.17º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D482 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 130 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.17 |
| HSL | 103.17º | 0.49% | 0.67% | - |
| HSV(B) | 103.17º | 0.39% | 0.83% | - |
| XYZ | 40.71 | 55.47 | 29.68 | - |
| YUV | 185.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 130 | 0.28 | 0 | 0.39 | 0.17 | 103.17 | 0.49 | 0.67 |
| Hex | 99 | D4 | 82 | 1C | 0 | 27 | 11 | 67 | 31 | 43 |
| Octal | 231 | 324 | 202 | 34 | 0 | 47 | 21 | 147 | 61 | 103 |
| Binary | 10011001 | 11010100 | 10000010 | 11100 | 0 | 100111 | 10001 | 1100111 | 110001 | 1000011 |
Color Harmonies of #99D482
Complementary color
Monochromatic Colors of #99D482
Black with #99D482
Text Example
Text Example
White with #99D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D482; }
p { color: rgb(153,212,130); }
H1.HeaderClassName
{
color: #99D482;
}
.AnyTagClassName
{
color: #99D482;
}
</style>
background-color css
<style>
a { background-color: #99D482; }
a { background-color: rgb(153,212,130); }
div.DivClassName
{
background-color: #99D482;
}
.BgClassName
{
background-color: #99D482;
}
</style>
border-color css
<style>
span { border-color: #99D482; }
span { border-color: rgb(153,212,130); }
td.TdClassName
{
border-color: #99D482;
}
.TagClassName
{
border-color: #99D482;
}
</style>