Shades of Gossip #99CE8B
Tints of Gossip #99CE8B
RGB
CMYK
RGB Variations
Color information
#99CE8B (or 0x99CE8B) is known color: Gossip. HEX triplet: 99, CE and 8B. RGB value is (153,206,139). Sum of RGB (Red+Green+Blue) = 153+206+139=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE8B is #663174. Grayscale: #B6B6B6. Windows color (decimal): -6697333 or 9162393. OLE color: 9162393.
HSL color Cylindrical-coordinate representation of color #99CE8B: hue angle of 107.46º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CE8B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 139 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.19 |
| HSL | 107.46º | 0.41% | 0.68% | - |
| HSV(B) | 107.46º | 0.33% | 0.81% | - |
| XYZ | 39.87 | 52.78 | 32.51 | - |
| YUV | 182.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 139 | 0.26 | 0 | 0.33 | 0.19 | 107.46 | 0.41 | 0.68 |
| Hex | 99 | CE | 8B | 1A | 0 | 21 | 13 | 6B | 29 | 44 |
| Octal | 231 | 316 | 213 | 32 | 0 | 41 | 23 | 153 | 51 | 104 |
| Binary | 10011001 | 11001110 | 10001011 | 11010 | 0 | 100001 | 10011 | 1101011 | 101001 | 1000100 |
Color Harmonies of #99CE8B
Complementary color
Monochromatic Colors of #99CE8B
Black with #99CE8B
Text Example
Text Example
White with #99CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE8B; }
p { color: rgb(153,206,139); }
H1.HeaderClassName
{
color: #99CE8B;
}
.AnyTagClassName
{
color: #99CE8B;
}
</style>
background-color css
<style>
a { background-color: #99CE8B; }
a { background-color: rgb(153,206,139); }
div.DivClassName
{
background-color: #99CE8B;
}
.BgClassName
{
background-color: #99CE8B;
}
</style>
border-color css
<style>
span { border-color: #99CE8B; }
span { border-color: rgb(153,206,139); }
td.TdClassName
{
border-color: #99CE8B;
}
.TagClassName
{
border-color: #99CE8B;
}
</style>