Shades of Gossip #99CF76
Tints of Gossip #99CF76
RGB
CMYK
RGB Variations
Color information
#99CF76 (or 0x99CF76) is known color: Gossip. HEX triplet: 99, CF and 76. RGB value is (153,207,118). Sum of RGB (Red+Green+Blue) = 153+207+118=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF76 is #663089. Grayscale: #B5B5B5. Windows color (decimal): -6697098 or 7786393. OLE color: 7786393.
HSL color Cylindrical-coordinate representation of color #99CF76: hue angle of 96.4º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99CF76 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 118 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.19 |
| HSL | 96.4º | 0.48% | 0.64% | - |
| HSV(B) | 96.4º | 0.43% | 0.81% | - |
| XYZ | 38.72 | 52.71 | 25.27 | - |
| YUV | 180.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 118 | 0.26 | 0 | 0.43 | 0.19 | 96.4 | 0.48 | 0.64 |
| Hex | 99 | CF | 76 | 1A | 0 | 2B | 13 | 60 | 30 | 40 |
| Octal | 231 | 317 | 166 | 32 | 0 | 53 | 23 | 140 | 60 | 100 |
| Binary | 10011001 | 11001111 | 1110110 | 11010 | 0 | 101011 | 10011 | 1100000 | 110000 | 1000000 |
Color Harmonies of #99CF76
Complementary color
Monochromatic Colors of #99CF76
Black with #99CF76
Text Example
Text Example
White with #99CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF76; }
p { color: rgb(153,207,118); }
H1.HeaderClassName
{
color: #99CF76;
}
.AnyTagClassName
{
color: #99CF76;
}
</style>
background-color css
<style>
a { background-color: #99CF76; }
a { background-color: rgb(153,207,118); }
div.DivClassName
{
background-color: #99CF76;
}
.BgClassName
{
background-color: #99CF76;
}
</style>
border-color css
<style>
span { border-color: #99CF76; }
span { border-color: rgb(153,207,118); }
td.TdClassName
{
border-color: #99CF76;
}
.TagClassName
{
border-color: #99CF76;
}
</style>