Shades of Gossip #99CB75
Tints of Gossip #99CB75
RGB
CMYK
RGB Variations
Color information
#99CB75 (or 0x99CB75) is known color: Gossip. HEX triplet: 99, CB and 75. RGB value is (153,203,117). Sum of RGB (Red+Green+Blue) = 153+203+117=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB75 is #66348A. Grayscale: #B2B2B2. Windows color (decimal): -6698123 or 7719833. OLE color: 7719833.
HSL color Cylindrical-coordinate representation of color #99CB75: hue angle of 94.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99CB75 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 117 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.20 |
| HSL | 94.88º | 0.45% | 0.63% | - |
| HSV(B) | 94.88º | 0.42% | 0.8% | - |
| XYZ | 37.7 | 50.77 | 24.64 | - |
| YUV | 178.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 117 | 0.25 | 0 | 0.42 | 0.20 | 94.88 | 0.45 | 0.63 |
| Hex | 99 | CB | 75 | 19 | 0 | 2A | 14 | 5F | 2D | 3F |
| Octal | 231 | 313 | 165 | 31 | 0 | 52 | 24 | 137 | 55 | 77 |
| Binary | 10011001 | 11001011 | 1110101 | 11001 | 0 | 101010 | 10100 | 1011111 | 101101 | 111111 |
Color Harmonies of #99CB75
Complementary color
Monochromatic Colors of #99CB75
Black with #99CB75
Text Example
Text Example
White with #99CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB75; }
p { color: rgb(153,203,117); }
H1.HeaderClassName
{
color: #99CB75;
}
.AnyTagClassName
{
color: #99CB75;
}
</style>
background-color css
<style>
a { background-color: #99CB75; }
a { background-color: rgb(153,203,117); }
div.DivClassName
{
background-color: #99CB75;
}
.BgClassName
{
background-color: #99CB75;
}
</style>
border-color css
<style>
span { border-color: #99CB75; }
span { border-color: rgb(153,203,117); }
td.TdClassName
{
border-color: #99CB75;
}
.TagClassName
{
border-color: #99CB75;
}
</style>