Shades of Gossip #99CA82
Tints of Gossip #99CA82
RGB
CMYK
RGB Variations
Color information
#99CA82 (or 0x99CA82) is known color: Gossip. HEX triplet: 99, CA and 82. RGB value is (153,202,130). Sum of RGB (Red+Green+Blue) = 153+202+130=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA82 is #66357D. Grayscale: #B3B3B3. Windows color (decimal): -6698366 or 8571545. OLE color: 8571545.
HSL color Cylindrical-coordinate representation of color #99CA82: hue angle of 100.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CA82 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 130 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.21 |
| HSL | 100.83º | 0.4% | 0.65% | - |
| HSV(B) | 100.83º | 0.36% | 0.79% | - |
| XYZ | 38.29 | 50.63 | 28.87 | - |
| YUV | 179.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 130 | 0.24 | 0 | 0.36 | 0.21 | 100.83 | 0.4 | 0.65 |
| Hex | 99 | CA | 82 | 18 | 0 | 24 | 15 | 65 | 28 | 41 |
| Octal | 231 | 312 | 202 | 30 | 0 | 44 | 25 | 145 | 50 | 101 |
| Binary | 10011001 | 11001010 | 10000010 | 11000 | 0 | 100100 | 10101 | 1100101 | 101000 | 1000001 |
Color Harmonies of #99CA82
Complementary color
Monochromatic Colors of #99CA82
Black with #99CA82
Text Example
Text Example
White with #99CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA82; }
p { color: rgb(153,202,130); }
H1.HeaderClassName
{
color: #99CA82;
}
.AnyTagClassName
{
color: #99CA82;
}
</style>
background-color css
<style>
a { background-color: #99CA82; }
a { background-color: rgb(153,202,130); }
div.DivClassName
{
background-color: #99CA82;
}
.BgClassName
{
background-color: #99CA82;
}
</style>
border-color css
<style>
span { border-color: #99CA82; }
span { border-color: rgb(153,202,130); }
td.TdClassName
{
border-color: #99CA82;
}
.TagClassName
{
border-color: #99CA82;
}
</style>