Shades of Gossip #99C58B
Tints of Gossip #99C58B
RGB
CMYK
RGB Variations
Color information
#99C58B (or 0x99C58B) is known color: Gossip. HEX triplet: 99, C5 and 8B. RGB value is (153,197,139). Sum of RGB (Red+Green+Blue) = 153+197+139=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #99C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C58B is #663A74. Grayscale: #B1B1B1. Windows color (decimal): -6699637 or 9160089. OLE color: 9160089.
HSL color Cylindrical-coordinate representation of color #99C58B: hue angle of 105.52º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99C58B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 139 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.23 |
| HSL | 105.52º | 0.33% | 0.66% | - |
| HSV(B) | 105.52º | 0.29% | 0.77% | - |
| XYZ | 37.76 | 48.57 | 31.81 | - |
| YUV | 177.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 139 | 0.22 | 0 | 0.29 | 0.23 | 105.52 | 0.33 | 0.66 |
| Hex | 99 | C5 | 8B | 16 | 0 | 1D | 17 | 6A | 21 | 42 |
| Octal | 231 | 305 | 213 | 26 | 0 | 35 | 27 | 152 | 41 | 102 |
| Binary | 10011001 | 11000101 | 10001011 | 10110 | 0 | 11101 | 10111 | 1101010 | 100001 | 1000010 |
Color Harmonies of #99C58B
Complementary color
Monochromatic Colors of #99C58B
Black with #99C58B
Text Example
Text Example
White with #99C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C58B; }
p { color: rgb(153,197,139); }
H1.HeaderClassName
{
color: #99C58B;
}
.AnyTagClassName
{
color: #99C58B;
}
</style>
background-color css
<style>
a { background-color: #99C58B; }
a { background-color: rgb(153,197,139); }
div.DivClassName
{
background-color: #99C58B;
}
.BgClassName
{
background-color: #99C58B;
}
</style>
border-color css
<style>
span { border-color: #99C58B; }
span { border-color: rgb(153,197,139); }
td.TdClassName
{
border-color: #99C58B;
}
.TagClassName
{
border-color: #99C58B;
}
</style>