Shades of Gossip #99D085
Tints of Gossip #99D085
RGB
CMYK
RGB Variations
Color information
#99D085 (or 0x99D085) is known color: Gossip. HEX triplet: 99, D0 and 85. RGB value is (153,208,133). Sum of RGB (Red+Green+Blue) = 153+208+133=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #99D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D085 is #662F7A. Grayscale: #B7B7B7. Windows color (decimal): -6696827 or 8769689. OLE color: 8769689.
HSL color Cylindrical-coordinate representation of color #99D085: hue angle of 104º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99D085 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 133 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.18 |
| HSL | 104º | 0.44% | 0.67% | - |
| HSV(B) | 104º | 0.36% | 0.82% | - |
| XYZ | 39.93 | 53.58 | 30.43 | - |
| YUV | 183.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 133 | 0.26 | 0 | 0.36 | 0.18 | 104 | 0.44 | 0.67 |
| Hex | 99 | D0 | 85 | 1A | 0 | 24 | 12 | 68 | 2C | 43 |
| Octal | 231 | 320 | 205 | 32 | 0 | 44 | 22 | 150 | 54 | 103 |
| Binary | 10011001 | 11010000 | 10000101 | 11010 | 0 | 100100 | 10010 | 1101000 | 101100 | 1000011 |
Color Harmonies of #99D085
Complementary color
Monochromatic Colors of #99D085
Black with #99D085
Text Example
Text Example
White with #99D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D085; }
p { color: rgb(153,208,133); }
H1.HeaderClassName
{
color: #99D085;
}
.AnyTagClassName
{
color: #99D085;
}
</style>
background-color css
<style>
a { background-color: #99D085; }
a { background-color: rgb(153,208,133); }
div.DivClassName
{
background-color: #99D085;
}
.BgClassName
{
background-color: #99D085;
}
</style>
border-color css
<style>
span { border-color: #99D085; }
span { border-color: rgb(153,208,133); }
td.TdClassName
{
border-color: #99D085;
}
.TagClassName
{
border-color: #99D085;
}
</style>