Shades of Gossip #99CB79
Tints of Gossip #99CB79
RGB
CMYK
RGB Variations
Color information
#99CB79 (or 0x99CB79) is known color: Gossip. HEX triplet: 99, CB and 79. RGB value is (153,203,121). Sum of RGB (Red+Green+Blue) = 153+203+121=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB79 is #663486. Grayscale: #B2B2B2. Windows color (decimal): -6698119 or 7981977. OLE color: 7981977.
HSL color Cylindrical-coordinate representation of color #99CB79: hue angle of 96.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CB79 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 121 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.20 |
| HSL | 96.59º | 0.44% | 0.64% | - |
| HSV(B) | 96.59º | 0.4% | 0.8% | - |
| XYZ | 37.94 | 50.86 | 25.91 | - |
| YUV | 178.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 121 | 0.25 | 0 | 0.40 | 0.20 | 96.59 | 0.44 | 0.64 |
| Hex | 99 | CB | 79 | 19 | 0 | 28 | 14 | 61 | 2C | 40 |
| Octal | 231 | 313 | 171 | 31 | 0 | 50 | 24 | 141 | 54 | 100 |
| Binary | 10011001 | 11001011 | 1111001 | 11001 | 0 | 101000 | 10100 | 1100001 | 101100 | 1000000 |
Color Harmonies of #99CB79
Complementary color
Monochromatic Colors of #99CB79
Black with #99CB79
Text Example
Text Example
White with #99CB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB79; }
p { color: rgb(153,203,121); }
H1.HeaderClassName
{
color: #99CB79;
}
.AnyTagClassName
{
color: #99CB79;
}
</style>
background-color css
<style>
a { background-color: #99CB79; }
a { background-color: rgb(153,203,121); }
div.DivClassName
{
background-color: #99CB79;
}
.BgClassName
{
background-color: #99CB79;
}
</style>
border-color css
<style>
span { border-color: #99CB79; }
span { border-color: rgb(153,203,121); }
td.TdClassName
{
border-color: #99CB79;
}
.TagClassName
{
border-color: #99CB79;
}
</style>