Shades of Gossip #91CA84
Tints of Gossip #91CA84
RGB
CMYK
RGB Variations
Color information
#91CA84 (or 0x91CA84) is known color: Gossip. HEX triplet: 91, CA and 84. RGB value is (145,202,132). Sum of RGB (Red+Green+Blue) = 145+202+132=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA84 is #6E357B. Grayscale: #B1B1B1. Windows color (decimal): -7222652 or 8702609. OLE color: 8702609.
HSL color Cylindrical-coordinate representation of color #91CA84: hue angle of 108.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91CA84 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 132 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.21 |
| HSL | 108.86º | 0.4% | 0.65% | - |
| HSV(B) | 108.86º | 0.35% | 0.79% | - |
| XYZ | 36.96 | 49.93 | 29.52 | - |
| YUV | 176.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 132 | 0.28 | 0 | 0.35 | 0.21 | 108.86 | 0.4 | 0.65 |
| Hex | 91 | CA | 84 | 1C | 0 | 23 | 15 | 6D | 28 | 41 |
| Octal | 221 | 312 | 204 | 34 | 0 | 43 | 25 | 155 | 50 | 101 |
| Binary | 10010001 | 11001010 | 10000100 | 11100 | 0 | 100011 | 10101 | 1101101 | 101000 | 1000001 |
Color Harmonies of #91CA84
Complementary color
Monochromatic Colors of #91CA84
Black with #91CA84
Text Example
Text Example
White with #91CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA84; }
p { color: rgb(145,202,132); }
H1.HeaderClassName
{
color: #91CA84;
}
.AnyTagClassName
{
color: #91CA84;
}
</style>
background-color css
<style>
a { background-color: #91CA84; }
a { background-color: rgb(145,202,132); }
div.DivClassName
{
background-color: #91CA84;
}
.BgClassName
{
background-color: #91CA84;
}
</style>
border-color css
<style>
span { border-color: #91CA84; }
span { border-color: rgb(145,202,132); }
td.TdClassName
{
border-color: #91CA84;
}
.TagClassName
{
border-color: #91CA84;
}
</style>