Shades of Gossip #91BF81
Tints of Gossip #91BF81
RGB
CMYK
RGB Variations
Color information
#91BF81 (or 0x91BF81) is known color: Gossip. HEX triplet: 91, BF and 81. RGB value is (145,191,129). Sum of RGB (Red+Green+Blue) = 145+191+129=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BF81 is #6E407E. Grayscale: #AAAAAA. Windows color (decimal): -7225471 or 8503185. OLE color: 8503185.
HSL color Cylindrical-coordinate representation of color #91BF81: hue angle of 104.52º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91BF81 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 191 | 129 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.25 |
| HSL | 104.52º | 0.33% | 0.63% | - |
| HSV(B) | 104.52º | 0.32% | 0.75% | - |
| XYZ | 34.27 | 44.87 | 27.62 | - |
| YUV | 170.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 129 | 0.24 | 0 | 0.32 | 0.25 | 104.52 | 0.33 | 0.63 |
| Hex | 91 | BF | 81 | 18 | 0 | 20 | 19 | 69 | 21 | 3F |
| Octal | 221 | 277 | 201 | 30 | 0 | 40 | 31 | 151 | 41 | 77 |
| Binary | 10010001 | 10111111 | 10000001 | 11000 | 0 | 100000 | 11001 | 1101001 | 100001 | 111111 |
Color Harmonies of #91BF81
Complementary color
Monochromatic Colors of #91BF81
Black with #91BF81
Text Example
Text Example
White with #91BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BF81; }
p { color: rgb(145,191,129); }
H1.HeaderClassName
{
color: #91BF81;
}
.AnyTagClassName
{
color: #91BF81;
}
</style>
background-color css
<style>
a { background-color: #91BF81; }
a { background-color: rgb(145,191,129); }
div.DivClassName
{
background-color: #91BF81;
}
.BgClassName
{
background-color: #91BF81;
}
</style>
border-color css
<style>
span { border-color: #91BF81; }
span { border-color: rgb(145,191,129); }
td.TdClassName
{
border-color: #91BF81;
}
.TagClassName
{
border-color: #91BF81;
}
</style>