Shades of Gossip #99CB7F
Tints of Gossip #99CB7F
RGB
CMYK
RGB Variations
Color information
#99CB7F (or 0x99CB7F) is known color: Gossip. HEX triplet: 99, CB and 7F. RGB value is (153,203,127). Sum of RGB (Red+Green+Blue) = 153+203+127=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB7F is #663480. Grayscale: #B3B3B3. Windows color (decimal): -6698113 or 8375193. OLE color: 8375193.
HSL color Cylindrical-coordinate representation of color #99CB7F: hue angle of 99.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99CB7F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 127 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.20 |
| HSL | 99.47º | 0.42% | 0.65% | - |
| HSV(B) | 99.47º | 0.37% | 0.8% | - |
| XYZ | 38.32 | 51.02 | 27.91 | - |
| YUV | 179.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 127 | 0.25 | 0 | 0.37 | 0.20 | 99.47 | 0.42 | 0.65 |
| Hex | 99 | CB | 7F | 19 | 0 | 25 | 14 | 63 | 2A | 41 |
| Octal | 231 | 313 | 177 | 31 | 0 | 45 | 24 | 143 | 52 | 101 |
| Binary | 10011001 | 11001011 | 1111111 | 11001 | 0 | 100101 | 10100 | 1100011 | 101010 | 1000001 |
Color Harmonies of #99CB7F
Complementary color
Monochromatic Colors of #99CB7F
Black with #99CB7F
Text Example
Text Example
White with #99CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB7F; }
p { color: rgb(153,203,127); }
H1.HeaderClassName
{
color: #99CB7F;
}
.AnyTagClassName
{
color: #99CB7F;
}
</style>
background-color css
<style>
a { background-color: #99CB7F; }
a { background-color: rgb(153,203,127); }
div.DivClassName
{
background-color: #99CB7F;
}
.BgClassName
{
background-color: #99CB7F;
}
</style>
border-color css
<style>
span { border-color: #99CB7F; }
span { border-color: rgb(153,203,127); }
td.TdClassName
{
border-color: #99CB7F;
}
.TagClassName
{
border-color: #99CB7F;
}
</style>