Shades of Gossip #99CB8D
Tints of Gossip #99CB8D
RGB
CMYK
RGB Variations
Color information
#99CB8D (or 0x99CB8D) is known color: Gossip. HEX triplet: 99, CB and 8D. RGB value is (153,203,141). Sum of RGB (Red+Green+Blue) = 153+203+141=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB8D is #663472. Grayscale: #B5B5B5. Windows color (decimal): -6698099 or 9292697. OLE color: 9292697.
HSL color Cylindrical-coordinate representation of color #99CB8D: hue angle of 108.39º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99CB8D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 141 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.20 |
| HSL | 108.39º | 0.37% | 0.67% | - |
| HSV(B) | 108.39º | 0.31% | 0.8% | - |
| XYZ | 39.3 | 51.41 | 33.05 | - |
| YUV | 180.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 141 | 0.25 | 0 | 0.31 | 0.20 | 108.39 | 0.37 | 0.67 |
| Hex | 99 | CB | 8D | 19 | 0 | 1F | 14 | 6C | 25 | 43 |
| Octal | 231 | 313 | 215 | 31 | 0 | 37 | 24 | 154 | 45 | 103 |
| Binary | 10011001 | 11001011 | 10001101 | 11001 | 0 | 11111 | 10100 | 1101100 | 100101 | 1000011 |
Color Harmonies of #99CB8D
Complementary color
Monochromatic Colors of #99CB8D
Black with #99CB8D
Text Example
Text Example
White with #99CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB8D; }
p { color: rgb(153,203,141); }
H1.HeaderClassName
{
color: #99CB8D;
}
.AnyTagClassName
{
color: #99CB8D;
}
</style>
background-color css
<style>
a { background-color: #99CB8D; }
a { background-color: rgb(153,203,141); }
div.DivClassName
{
background-color: #99CB8D;
}
.BgClassName
{
background-color: #99CB8D;
}
</style>
border-color css
<style>
span { border-color: #99CB8D; }
span { border-color: rgb(153,203,141); }
td.TdClassName
{
border-color: #99CB8D;
}
.TagClassName
{
border-color: #99CB8D;
}
</style>