Shades of Gossip #99D57B
Tints of Gossip #99D57B
RGB
CMYK
RGB Variations
Color information
#99D57B (or 0x99D57B) is known color: Gossip. HEX triplet: 99, D5 and 7B. RGB value is (153,213,123). Sum of RGB (Red+Green+Blue) = 153+213+123=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #99D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D57B is #662A84. Grayscale: #B9B9B9. Windows color (decimal): -6695557 or 8115609. OLE color: 8115609.
HSL color Cylindrical-coordinate representation of color #99D57B: hue angle of 100º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99D57B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 123 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.16 |
| HSL | 100º | 0.52% | 0.66% | - |
| HSV(B) | 100º | 0.42% | 0.84% | - |
| XYZ | 40.51 | 55.79 | 27.37 | - |
| YUV | 184.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 123 | 0.28 | 0 | 0.42 | 0.16 | 100 | 0.52 | 0.66 |
| Hex | 99 | D5 | 7B | 1C | 0 | 2A | 10 | 64 | 34 | 42 |
| Octal | 231 | 325 | 173 | 34 | 0 | 52 | 20 | 144 | 64 | 102 |
| Binary | 10011001 | 11010101 | 1111011 | 11100 | 0 | 101010 | 10000 | 1100100 | 110100 | 1000010 |
Color Harmonies of #99D57B
Complementary color
Monochromatic Colors of #99D57B
Black with #99D57B
Text Example
Text Example
White with #99D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D57B; }
p { color: rgb(153,213,123); }
H1.HeaderClassName
{
color: #99D57B;
}
.AnyTagClassName
{
color: #99D57B;
}
</style>
background-color css
<style>
a { background-color: #99D57B; }
a { background-color: rgb(153,213,123); }
div.DivClassName
{
background-color: #99D57B;
}
.BgClassName
{
background-color: #99D57B;
}
</style>
border-color css
<style>
span { border-color: #99D57B; }
span { border-color: rgb(153,213,123); }
td.TdClassName
{
border-color: #99D57B;
}
.TagClassName
{
border-color: #99D57B;
}
</style>