Shades of Gossip #99CB76
Tints of Gossip #99CB76
RGB
CMYK
RGB Variations
Color information
#99CB76 (or 0x99CB76) is known color: Gossip. HEX triplet: 99, CB and 76. RGB value is (153,203,118). Sum of RGB (Red+Green+Blue) = 153+203+118=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB76 is #663489. Grayscale: #B2B2B2. Windows color (decimal): -6698122 or 7785369. OLE color: 7785369.
HSL color Cylindrical-coordinate representation of color #99CB76: hue angle of 95.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99CB76 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 118 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.20 |
| HSL | 95.29º | 0.45% | 0.63% | - |
| HSV(B) | 95.29º | 0.42% | 0.8% | - |
| XYZ | 37.76 | 50.79 | 24.95 | - |
| YUV | 178.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 118 | 0.25 | 0 | 0.42 | 0.20 | 95.29 | 0.45 | 0.63 |
| Hex | 99 | CB | 76 | 19 | 0 | 2A | 14 | 5F | 2D | 3F |
| Octal | 231 | 313 | 166 | 31 | 0 | 52 | 24 | 137 | 55 | 77 |
| Binary | 10011001 | 11001011 | 1110110 | 11001 | 0 | 101010 | 10100 | 1011111 | 101101 | 111111 |
Color Harmonies of #99CB76
Complementary color
Monochromatic Colors of #99CB76
Black with #99CB76
Text Example
Text Example
White with #99CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB76; }
p { color: rgb(153,203,118); }
H1.HeaderClassName
{
color: #99CB76;
}
.AnyTagClassName
{
color: #99CB76;
}
</style>
background-color css
<style>
a { background-color: #99CB76; }
a { background-color: rgb(153,203,118); }
div.DivClassName
{
background-color: #99CB76;
}
.BgClassName
{
background-color: #99CB76;
}
</style>
border-color css
<style>
span { border-color: #99CB76; }
span { border-color: rgb(153,203,118); }
td.TdClassName
{
border-color: #99CB76;
}
.TagClassName
{
border-color: #99CB76;
}
</style>