Shades of Gossip #91C479
Tints of Gossip #91C479
RGB
CMYK
RGB Variations
Color information
#91C479 (or 0x91C479) is known color: Gossip. HEX triplet: 91, C4 and 79. RGB value is (145,196,121). Sum of RGB (Red+Green+Blue) = 145+196+121=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #91C479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C479 is #6E3B86. Grayscale: #ACACAC. Windows color (decimal): -7224199 or 7980177. OLE color: 7980177.
HSL color Cylindrical-coordinate representation of color #91C479: hue angle of 100.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91C479 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 121 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.23 |
| HSL | 100.8º | 0.39% | 0.62% | - |
| HSV(B) | 100.8º | 0.38% | 0.77% | - |
| XYZ | 34.87 | 46.88 | 25.3 | - |
| YUV | 172.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 121 | 0.26 | 0 | 0.38 | 0.23 | 100.8 | 0.39 | 0.62 |
| Hex | 91 | C4 | 79 | 1A | 0 | 26 | 17 | 65 | 27 | 3E |
| Octal | 221 | 304 | 171 | 32 | 0 | 46 | 27 | 145 | 47 | 76 |
| Binary | 10010001 | 11000100 | 1111001 | 11010 | 0 | 100110 | 10111 | 1100101 | 100111 | 111110 |
Color Harmonies of #91C479
Complementary color
Monochromatic Colors of #91C479
Black with #91C479
Text Example
Text Example
White with #91C479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C479; }
p { color: rgb(145,196,121); }
H1.HeaderClassName
{
color: #91C479;
}
.AnyTagClassName
{
color: #91C479;
}
</style>
background-color css
<style>
a { background-color: #91C479; }
a { background-color: rgb(145,196,121); }
div.DivClassName
{
background-color: #91C479;
}
.BgClassName
{
background-color: #91C479;
}
</style>
border-color css
<style>
span { border-color: #91C479; }
span { border-color: rgb(145,196,121); }
td.TdClassName
{
border-color: #91C479;
}
.TagClassName
{
border-color: #91C479;
}
</style>