Shades of Gossip #99D172
Tints of Gossip #99D172
RGB
CMYK
RGB Variations
Color information
#99D172 (or 0x99D172) is known color: Gossip. HEX triplet: 99, D1 and 72. RGB value is (153,209,114). Sum of RGB (Red+Green+Blue) = 153+209+114=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #99D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D172 is #662E8D. Grayscale: #B5B5B5. Windows color (decimal): -6696590 or 7524761. OLE color: 7524761.
HSL color Cylindrical-coordinate representation of color #99D172: hue angle of 95.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99D172 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 114 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.18 |
| HSL | 95.37º | 0.51% | 0.63% | - |
| HSV(B) | 95.37º | 0.45% | 0.82% | - |
| XYZ | 38.97 | 53.59 | 24.21 | - |
| YUV | 181.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 114 | 0.27 | 0 | 0.45 | 0.18 | 95.37 | 0.51 | 0.63 |
| Hex | 99 | D1 | 72 | 1B | 0 | 2D | 12 | 5F | 33 | 3F |
| Octal | 231 | 321 | 162 | 33 | 0 | 55 | 22 | 137 | 63 | 77 |
| Binary | 10011001 | 11010001 | 1110010 | 11011 | 0 | 101101 | 10010 | 1011111 | 110011 | 111111 |
Color Harmonies of #99D172
Complementary color
Monochromatic Colors of #99D172
Black with #99D172
Text Example
Text Example
White with #99D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D172; }
p { color: rgb(153,209,114); }
H1.HeaderClassName
{
color: #99D172;
}
.AnyTagClassName
{
color: #99D172;
}
</style>
background-color css
<style>
a { background-color: #99D172; }
a { background-color: rgb(153,209,114); }
div.DivClassName
{
background-color: #99D172;
}
.BgClassName
{
background-color: #99D172;
}
</style>
border-color css
<style>
span { border-color: #99D172; }
span { border-color: rgb(153,209,114); }
td.TdClassName
{
border-color: #99D172;
}
.TagClassName
{
border-color: #99D172;
}
</style>