Shades of Gossip #99CE7B
Tints of Gossip #99CE7B
RGB
CMYK
RGB Variations
Color information
#99CE7B (or 0x99CE7B) is known color: Gossip. HEX triplet: 99, CE and 7B. RGB value is (153,206,123). Sum of RGB (Red+Green+Blue) = 153+206+123=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE7B is #663184. Grayscale: #B4B4B4. Windows color (decimal): -6697349 or 8113817. OLE color: 8113817.
HSL color Cylindrical-coordinate representation of color #99CE7B: hue angle of 98.31º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CE7B is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 123 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.19 |
| HSL | 98.31º | 0.46% | 0.65% | - |
| HSV(B) | 98.31º | 0.4% | 0.81% | - |
| XYZ | 38.78 | 52.34 | 26.8 | - |
| YUV | 180.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 123 | 0.26 | 0 | 0.40 | 0.19 | 98.31 | 0.46 | 0.65 |
| Hex | 99 | CE | 7B | 1A | 0 | 28 | 13 | 62 | 2E | 41 |
| Octal | 231 | 316 | 173 | 32 | 0 | 50 | 23 | 142 | 56 | 101 |
| Binary | 10011001 | 11001110 | 1111011 | 11010 | 0 | 101000 | 10011 | 1100010 | 101110 | 1000001 |
Color Harmonies of #99CE7B
Complementary color
Monochromatic Colors of #99CE7B
Black with #99CE7B
Text Example
Text Example
White with #99CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE7B; }
p { color: rgb(153,206,123); }
H1.HeaderClassName
{
color: #99CE7B;
}
.AnyTagClassName
{
color: #99CE7B;
}
</style>
background-color css
<style>
a { background-color: #99CE7B; }
a { background-color: rgb(153,206,123); }
div.DivClassName
{
background-color: #99CE7B;
}
.BgClassName
{
background-color: #99CE7B;
}
</style>
border-color css
<style>
span { border-color: #99CE7B; }
span { border-color: rgb(153,206,123); }
td.TdClassName
{
border-color: #99CE7B;
}
.TagClassName
{
border-color: #99CE7B;
}
</style>