Shades of Gossip #91C87D
Tints of Gossip #91C87D
RGB
CMYK
RGB Variations
Color information
#91C87D (or 0x91C87D) is known color: Gossip. HEX triplet: 91, C8 and 7D. RGB value is (145,200,125). Sum of RGB (Red+Green+Blue) = 145+200+125=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #91C87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C87D is #6E3782. Grayscale: #AFAFAF. Windows color (decimal): -7223171 or 8243345. OLE color: 8243345.
HSL color Cylindrical-coordinate representation of color #91C87D: hue angle of 104º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91C87D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 125 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.22 |
| HSL | 104º | 0.41% | 0.64% | - |
| HSV(B) | 104º | 0.38% | 0.78% | - |
| XYZ | 36.03 | 48.81 | 26.92 | - |
| YUV | 175.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 125 | 0.28 | 0 | 0.38 | 0.22 | 104 | 0.41 | 0.64 |
| Hex | 91 | C8 | 7D | 1C | 0 | 26 | 16 | 68 | 29 | 40 |
| Octal | 221 | 310 | 175 | 34 | 0 | 46 | 26 | 150 | 51 | 100 |
| Binary | 10010001 | 11001000 | 1111101 | 11100 | 0 | 100110 | 10110 | 1101000 | 101001 | 1000000 |
Color Harmonies of #91C87D
Complementary color
Monochromatic Colors of #91C87D
Black with #91C87D
Text Example
Text Example
White with #91C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C87D; }
p { color: rgb(145,200,125); }
H1.HeaderClassName
{
color: #91C87D;
}
.AnyTagClassName
{
color: #91C87D;
}
</style>
background-color css
<style>
a { background-color: #91C87D; }
a { background-color: rgb(145,200,125); }
div.DivClassName
{
background-color: #91C87D;
}
.BgClassName
{
background-color: #91C87D;
}
</style>
border-color css
<style>
span { border-color: #91C87D; }
span { border-color: rgb(145,200,125); }
td.TdClassName
{
border-color: #91C87D;
}
.TagClassName
{
border-color: #91C87D;
}
</style>