Shades of Gossip #99CA7B
Tints of Gossip #99CA7B
RGB
CMYK
RGB Variations
Color information
#99CA7B (or 0x99CA7B) is known color: Gossip. HEX triplet: 99, CA and 7B. RGB value is (153,202,123). Sum of RGB (Red+Green+Blue) = 153+202+123=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA7B is #663584. Grayscale: #B2B2B2. Windows color (decimal): -6698373 or 8112793. OLE color: 8112793.
HSL color Cylindrical-coordinate representation of color #99CA7B: hue angle of 97.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99CA7B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 123 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.21 |
| HSL | 97.22º | 0.43% | 0.64% | - |
| HSV(B) | 97.22º | 0.39% | 0.79% | - |
| XYZ | 37.83 | 50.44 | 26.48 | - |
| YUV | 178.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 123 | 0.24 | 0 | 0.39 | 0.21 | 97.22 | 0.43 | 0.64 |
| Hex | 99 | CA | 7B | 18 | 0 | 27 | 15 | 61 | 2B | 40 |
| Octal | 231 | 312 | 173 | 30 | 0 | 47 | 25 | 141 | 53 | 100 |
| Binary | 10011001 | 11001010 | 1111011 | 11000 | 0 | 100111 | 10101 | 1100001 | 101011 | 1000000 |
Color Harmonies of #99CA7B
Complementary color
Monochromatic Colors of #99CA7B
Black with #99CA7B
Text Example
Text Example
White with #99CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA7B; }
p { color: rgb(153,202,123); }
H1.HeaderClassName
{
color: #99CA7B;
}
.AnyTagClassName
{
color: #99CA7B;
}
</style>
background-color css
<style>
a { background-color: #99CA7B; }
a { background-color: rgb(153,202,123); }
div.DivClassName
{
background-color: #99CA7B;
}
.BgClassName
{
background-color: #99CA7B;
}
</style>
border-color css
<style>
span { border-color: #99CA7B; }
span { border-color: rgb(153,202,123); }
td.TdClassName
{
border-color: #99CA7B;
}
.TagClassName
{
border-color: #99CA7B;
}
</style>