Shades of Gossip #91CA76
Tints of Gossip #91CA76
RGB
CMYK
RGB Variations
Color information
#91CA76 (or 0x91CA76) is known color: Gossip. HEX triplet: 91, CA and 76. RGB value is (145,202,118). Sum of RGB (Red+Green+Blue) = 145+202+118=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA76 is #6E3589. Grayscale: #AFAFAF. Windows color (decimal): -7222666 or 7785105. OLE color: 7785105.
HSL color Cylindrical-coordinate representation of color #91CA76: hue angle of 100.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CA76 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 118 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.21 |
| HSL | 100.71º | 0.44% | 0.63% | - |
| HSV(B) | 100.71º | 0.42% | 0.79% | - |
| XYZ | 36.07 | 49.57 | 24.81 | - |
| YUV | 175.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 118 | 0.28 | 0 | 0.42 | 0.21 | 100.71 | 0.44 | 0.63 |
| Hex | 91 | CA | 76 | 1C | 0 | 2A | 15 | 65 | 2C | 3F |
| Octal | 221 | 312 | 166 | 34 | 0 | 52 | 25 | 145 | 54 | 77 |
| Binary | 10010001 | 11001010 | 1110110 | 11100 | 0 | 101010 | 10101 | 1100101 | 101100 | 111111 |
Color Harmonies of #91CA76
Complementary color
Monochromatic Colors of #91CA76
Black with #91CA76
Text Example
Text Example
White with #91CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA76; }
p { color: rgb(145,202,118); }
H1.HeaderClassName
{
color: #91CA76;
}
.AnyTagClassName
{
color: #91CA76;
}
</style>
background-color css
<style>
a { background-color: #91CA76; }
a { background-color: rgb(145,202,118); }
div.DivClassName
{
background-color: #91CA76;
}
.BgClassName
{
background-color: #91CA76;
}
</style>
border-color css
<style>
span { border-color: #91CA76; }
span { border-color: rgb(145,202,118); }
td.TdClassName
{
border-color: #91CA76;
}
.TagClassName
{
border-color: #91CA76;
}
</style>