Shades of Gossip #99CB90
Tints of Gossip #99CB90
RGB
CMYK
RGB Variations
Color information
#99CB90 (or 0x99CB90) is known color: Gossip. HEX triplet: 99, CB and 90. RGB value is (153,203,144). Sum of RGB (Red+Green+Blue) = 153+203+144=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB90 is #66346F. Grayscale: #B5B5B5. Windows color (decimal): -6698096 or 9489305. OLE color: 9489305.
HSL color Cylindrical-coordinate representation of color #99CB90: hue angle of 110.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CB90 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 144 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.20 |
| HSL | 110.85º | 0.36% | 0.68% | - |
| HSV(B) | 110.85º | 0.29% | 0.8% | - |
| XYZ | 39.53 | 51.5 | 34.24 | - |
| YUV | 181.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 144 | 0.25 | 0 | 0.29 | 0.20 | 110.85 | 0.36 | 0.68 |
| Hex | 99 | CB | 90 | 19 | 0 | 1D | 14 | 6F | 24 | 44 |
| Octal | 231 | 313 | 220 | 31 | 0 | 35 | 24 | 157 | 44 | 104 |
| Binary | 10011001 | 11001011 | 10010000 | 11001 | 0 | 11101 | 10100 | 1101111 | 100100 | 1000100 |
Color Harmonies of #99CB90
Complementary color
Monochromatic Colors of #99CB90
Black with #99CB90
Text Example
Text Example
White with #99CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB90; }
p { color: rgb(153,203,144); }
H1.HeaderClassName
{
color: #99CB90;
}
.AnyTagClassName
{
color: #99CB90;
}
</style>
background-color css
<style>
a { background-color: #99CB90; }
a { background-color: rgb(153,203,144); }
div.DivClassName
{
background-color: #99CB90;
}
.BgClassName
{
background-color: #99CB90;
}
</style>
border-color css
<style>
span { border-color: #99CB90; }
span { border-color: rgb(153,203,144); }
td.TdClassName
{
border-color: #99CB90;
}
.TagClassName
{
border-color: #99CB90;
}
</style>