Shades of Gossip #99CA7E
Tints of Gossip #99CA7E
RGB
CMYK
RGB Variations
Color information
#99CA7E (or 0x99CA7E) is known color: Gossip. HEX triplet: 99, CA and 7E. RGB value is (153,202,126). Sum of RGB (Red+Green+Blue) = 153+202+126=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA7E is #663581. Grayscale: #B2B2B2. Windows color (decimal): -6698370 or 8309401. OLE color: 8309401.
HSL color Cylindrical-coordinate representation of color #99CA7E: hue angle of 98.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99CA7E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 126 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.21 |
| HSL | 98.68º | 0.42% | 0.64% | - |
| HSV(B) | 98.68º | 0.38% | 0.79% | - |
| XYZ | 38.02 | 50.52 | 27.49 | - |
| YUV | 178.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 126 | 0.24 | 0 | 0.38 | 0.21 | 98.68 | 0.42 | 0.64 |
| Hex | 99 | CA | 7E | 18 | 0 | 26 | 15 | 63 | 2A | 40 |
| Octal | 231 | 312 | 176 | 30 | 0 | 46 | 25 | 143 | 52 | 100 |
| Binary | 10011001 | 11001010 | 1111110 | 11000 | 0 | 100110 | 10101 | 1100011 | 101010 | 1000000 |
Color Harmonies of #99CA7E
Complementary color
Monochromatic Colors of #99CA7E
Black with #99CA7E
Text Example
Text Example
White with #99CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA7E; }
p { color: rgb(153,202,126); }
H1.HeaderClassName
{
color: #99CA7E;
}
.AnyTagClassName
{
color: #99CA7E;
}
</style>
background-color css
<style>
a { background-color: #99CA7E; }
a { background-color: rgb(153,202,126); }
div.DivClassName
{
background-color: #99CA7E;
}
.BgClassName
{
background-color: #99CA7E;
}
</style>
border-color css
<style>
span { border-color: #99CA7E; }
span { border-color: rgb(153,202,126); }
td.TdClassName
{
border-color: #99CA7E;
}
.TagClassName
{
border-color: #99CA7E;
}
</style>