Shades of Gossip #99C186
Tints of Gossip #99C186
RGB
CMYK
RGB Variations
Color information
#99C186 (or 0x99C186) is known color: Gossip. HEX triplet: 99, C1 and 86. RGB value is (153,193,134). Sum of RGB (Red+Green+Blue) = 153+193+134=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #99C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C186 is #663E79. Grayscale: #AEAEAE. Windows color (decimal): -6700666 or 8831385. OLE color: 8831385.
HSL color Cylindrical-coordinate representation of color #99C186: hue angle of 100.68º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C186 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 134 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.24 |
| HSL | 100.68º | 0.32% | 0.64% | - |
| HSV(B) | 100.68º | 0.31% | 0.76% | - |
| XYZ | 36.51 | 46.63 | 29.63 | - |
| YUV | 174.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 134 | 0.21 | 0 | 0.31 | 0.24 | 100.68 | 0.32 | 0.64 |
| Hex | 99 | C1 | 86 | 15 | 0 | 1F | 18 | 65 | 20 | 40 |
| Octal | 231 | 301 | 206 | 25 | 0 | 37 | 30 | 145 | 40 | 100 |
| Binary | 10011001 | 11000001 | 10000110 | 10101 | 0 | 11111 | 11000 | 1100101 | 100000 | 1000000 |
Color Harmonies of #99C186
Complementary color
Monochromatic Colors of #99C186
Black with #99C186
Text Example
Text Example
White with #99C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C186; }
p { color: rgb(153,193,134); }
H1.HeaderClassName
{
color: #99C186;
}
.AnyTagClassName
{
color: #99C186;
}
</style>
background-color css
<style>
a { background-color: #99C186; }
a { background-color: rgb(153,193,134); }
div.DivClassName
{
background-color: #99C186;
}
.BgClassName
{
background-color: #99C186;
}
</style>
border-color css
<style>
span { border-color: #99C186; }
span { border-color: rgb(153,193,134); }
td.TdClassName
{
border-color: #99C186;
}
.TagClassName
{
border-color: #99C186;
}
</style>