Shades of Gossip #99D28C
Tints of Gossip #99D28C
RGB
CMYK
RGB Variations
Color information
#99D28C (or 0x99D28C) is known color: Gossip. HEX triplet: 99, D2 and 8C. RGB value is (153,210,140). Sum of RGB (Red+Green+Blue) = 153+210+140=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #99D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D28C is #662D73. Grayscale: #B9B9B9. Windows color (decimal): -6696308 or 9228953. OLE color: 9228953.
HSL color Cylindrical-coordinate representation of color #99D28C: hue angle of 108.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D28C is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 140 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.18 |
| HSL | 108.86º | 0.44% | 0.69% | - |
| HSV(B) | 108.86º | 0.33% | 0.82% | - |
| XYZ | 40.92 | 54.76 | 33.22 | - |
| YUV | 184.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 140 | 0.27 | 0 | 0.33 | 0.18 | 108.86 | 0.44 | 0.69 |
| Hex | 99 | D2 | 8C | 1B | 0 | 21 | 12 | 6D | 2C | 45 |
| Octal | 231 | 322 | 214 | 33 | 0 | 41 | 22 | 155 | 54 | 105 |
| Binary | 10011001 | 11010010 | 10001100 | 11011 | 0 | 100001 | 10010 | 1101101 | 101100 | 1000101 |
Color Harmonies of #99D28C
Complementary color
Monochromatic Colors of #99D28C
Black with #99D28C
Text Example
Text Example
White with #99D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D28C; }
p { color: rgb(153,210,140); }
H1.HeaderClassName
{
color: #99D28C;
}
.AnyTagClassName
{
color: #99D28C;
}
</style>
background-color css
<style>
a { background-color: #99D28C; }
a { background-color: rgb(153,210,140); }
div.DivClassName
{
background-color: #99D28C;
}
.BgClassName
{
background-color: #99D28C;
}
</style>
border-color css
<style>
span { border-color: #99D28C; }
span { border-color: rgb(153,210,140); }
td.TdClassName
{
border-color: #99D28C;
}
.TagClassName
{
border-color: #99D28C;
}
</style>