Shades of Gossip #99C385
Tints of Gossip #99C385
RGB
CMYK
RGB Variations
Color information
#99C385 (or 0x99C385) is known color: Gossip. HEX triplet: 99, C3 and 85. RGB value is (153,195,133). Sum of RGB (Red+Green+Blue) = 153+195+133=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #99C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C385 is #663C7A. Grayscale: #AFAFAF. Windows color (decimal): -6700155 or 8766361. OLE color: 8766361.
HSL color Cylindrical-coordinate representation of color #99C385: hue angle of 100.65º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99C385 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 133 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.24 |
| HSL | 100.65º | 0.34% | 0.64% | - |
| HSV(B) | 100.65º | 0.32% | 0.76% | - |
| XYZ | 36.89 | 47.5 | 29.41 | - |
| YUV | 175.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 133 | 0.22 | 0 | 0.32 | 0.24 | 100.65 | 0.34 | 0.64 |
| Hex | 99 | C3 | 85 | 16 | 0 | 20 | 18 | 65 | 22 | 40 |
| Octal | 231 | 303 | 205 | 26 | 0 | 40 | 30 | 145 | 42 | 100 |
| Binary | 10011001 | 11000011 | 10000101 | 10110 | 0 | 100000 | 11000 | 1100101 | 100010 | 1000000 |
Color Harmonies of #99C385
Complementary color
Monochromatic Colors of #99C385
Black with #99C385
Text Example
Text Example
White with #99C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C385; }
p { color: rgb(153,195,133); }
H1.HeaderClassName
{
color: #99C385;
}
.AnyTagClassName
{
color: #99C385;
}
</style>
background-color css
<style>
a { background-color: #99C385; }
a { background-color: rgb(153,195,133); }
div.DivClassName
{
background-color: #99C385;
}
.BgClassName
{
background-color: #99C385;
}
</style>
border-color css
<style>
span { border-color: #99C385; }
span { border-color: rgb(153,195,133); }
td.TdClassName
{
border-color: #99C385;
}
.TagClassName
{
border-color: #99C385;
}
</style>