Shades of Gossip #99C484
Tints of Gossip #99C484
RGB
CMYK
RGB Variations
Color information
#99C484 (or 0x99C484) is known color: Gossip. HEX triplet: 99, C4 and 84. RGB value is (153,196,132). Sum of RGB (Red+Green+Blue) = 153+196+132=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #99C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C484 is #663B7B. Grayscale: #B0B0B0. Windows color (decimal): -6699900 or 8701081. OLE color: 8701081.
HSL color Cylindrical-coordinate representation of color #99C484: hue angle of 100.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C484 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 196 | 132 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.23 |
| HSL | 100.31º | 0.35% | 0.64% | - |
| HSV(B) | 100.31º | 0.33% | 0.77% | - |
| XYZ | 37.04 | 47.92 | 29.13 | - |
| YUV | 175.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 132 | 0.22 | 0 | 0.33 | 0.23 | 100.31 | 0.35 | 0.64 |
| Hex | 99 | C4 | 84 | 16 | 0 | 21 | 17 | 64 | 23 | 40 |
| Octal | 231 | 304 | 204 | 26 | 0 | 41 | 27 | 144 | 43 | 100 |
| Binary | 10011001 | 11000100 | 10000100 | 10110 | 0 | 100001 | 10111 | 1100100 | 100011 | 1000000 |
Color Harmonies of #99C484
Complementary color
Monochromatic Colors of #99C484
Black with #99C484
Text Example
Text Example
White with #99C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C484; }
p { color: rgb(153,196,132); }
H1.HeaderClassName
{
color: #99C484;
}
.AnyTagClassName
{
color: #99C484;
}
</style>
background-color css
<style>
a { background-color: #99C484; }
a { background-color: rgb(153,196,132); }
div.DivClassName
{
background-color: #99C484;
}
.BgClassName
{
background-color: #99C484;
}
</style>
border-color css
<style>
span { border-color: #99C484; }
span { border-color: rgb(153,196,132); }
td.TdClassName
{
border-color: #99C484;
}
.TagClassName
{
border-color: #99C484;
}
</style>