Shades of Gossip #99CA8A
Tints of Gossip #99CA8A
RGB
CMYK
RGB Variations
Color information
#99CA8A (or 0x99CA8A) is known color: Gossip. HEX triplet: 99, CA and 8A. RGB value is (153,202,138). Sum of RGB (Red+Green+Blue) = 153+202+138=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA8A is #663575. Grayscale: #B4B4B4. Windows color (decimal): -6698358 or 9095833. OLE color: 9095833.
HSL color Cylindrical-coordinate representation of color #99CA8A: hue angle of 105.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99CA8A is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 138 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.21 |
| HSL | 105.94º | 0.38% | 0.67% | - |
| HSV(B) | 105.94º | 0.32% | 0.79% | - |
| XYZ | 38.84 | 50.85 | 31.81 | - |
| YUV | 180.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 138 | 0.24 | 0 | 0.32 | 0.21 | 105.94 | 0.38 | 0.67 |
| Hex | 99 | CA | 8A | 18 | 0 | 20 | 15 | 6A | 26 | 43 |
| Octal | 231 | 312 | 212 | 30 | 0 | 40 | 25 | 152 | 46 | 103 |
| Binary | 10011001 | 11001010 | 10001010 | 11000 | 0 | 100000 | 10101 | 1101010 | 100110 | 1000011 |
Color Harmonies of #99CA8A
Complementary color
Monochromatic Colors of #99CA8A
Black with #99CA8A
Text Example
Text Example
White with #99CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA8A; }
p { color: rgb(153,202,138); }
H1.HeaderClassName
{
color: #99CA8A;
}
.AnyTagClassName
{
color: #99CA8A;
}
</style>
background-color css
<style>
a { background-color: #99CA8A; }
a { background-color: rgb(153,202,138); }
div.DivClassName
{
background-color: #99CA8A;
}
.BgClassName
{
background-color: #99CA8A;
}
</style>
border-color css
<style>
span { border-color: #99CA8A; }
span { border-color: rgb(153,202,138); }
td.TdClassName
{
border-color: #99CA8A;
}
.TagClassName
{
border-color: #99CA8A;
}
</style>