Shades of Gossip #99C183
Tints of Gossip #99C183
RGB
CMYK
RGB Variations
Color information
#99C183 (or 0x99C183) is known color: Gossip. HEX triplet: 99, C1 and 83. RGB value is (153,193,131). Sum of RGB (Red+Green+Blue) = 153+193+131=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #99C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C183 is #663E7C. Grayscale: #AEAEAE. Windows color (decimal): -6700669 or 8634777. OLE color: 8634777.
HSL color Cylindrical-coordinate representation of color #99C183: hue angle of 98.71º degrees, saturation: 0.33, 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 #99C183 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 131 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.24 |
| HSL | 98.71º | 0.33% | 0.64% | - |
| HSV(B) | 98.71º | 0.32% | 0.76% | - |
| XYZ | 36.3 | 46.55 | 28.54 | - |
| YUV | 173.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 131 | 0.21 | 0 | 0.32 | 0.24 | 98.71 | 0.33 | 0.64 |
| Hex | 99 | C1 | 83 | 15 | 0 | 20 | 18 | 63 | 21 | 40 |
| Octal | 231 | 301 | 203 | 25 | 0 | 40 | 30 | 143 | 41 | 100 |
| Binary | 10011001 | 11000001 | 10000011 | 10101 | 0 | 100000 | 11000 | 1100011 | 100001 | 1000000 |
Color Harmonies of #99C183
Complementary color
Monochromatic Colors of #99C183
Black with #99C183
Text Example
Text Example
White with #99C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C183; }
p { color: rgb(153,193,131); }
H1.HeaderClassName
{
color: #99C183;
}
.AnyTagClassName
{
color: #99C183;
}
</style>
background-color css
<style>
a { background-color: #99C183; }
a { background-color: rgb(153,193,131); }
div.DivClassName
{
background-color: #99C183;
}
.BgClassName
{
background-color: #99C183;
}
</style>
border-color css
<style>
span { border-color: #99C183; }
span { border-color: rgb(153,193,131); }
td.TdClassName
{
border-color: #99C183;
}
.TagClassName
{
border-color: #99C183;
}
</style>