Shades of Gossip #91C57B
Tints of Gossip #91C57B
RGB
CMYK
RGB Variations
Color information
#91C57B (or 0x91C57B) is known color: Gossip. HEX triplet: 91, C5 and 7B. RGB value is (145,197,123). Sum of RGB (Red+Green+Blue) = 145+197+123=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #91C57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C57B is #6E3A84. Grayscale: #ADADAD. Windows color (decimal): -7223941 or 8111505. OLE color: 8111505.
HSL color Cylindrical-coordinate representation of color #91C57B: hue angle of 102.16º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91C57B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 197 | 123 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.23 |
| HSL | 102.16º | 0.39% | 0.63% | - |
| HSV(B) | 102.16º | 0.38% | 0.77% | - |
| XYZ | 35.22 | 47.38 | 26.03 | - |
| YUV | 173.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 197 | 123 | 0.26 | 0 | 0.38 | 0.23 | 102.16 | 0.39 | 0.63 |
| Hex | 91 | C5 | 7B | 1A | 0 | 26 | 17 | 66 | 27 | 3F |
| Octal | 221 | 305 | 173 | 32 | 0 | 46 | 27 | 146 | 47 | 77 |
| Binary | 10010001 | 11000101 | 1111011 | 11010 | 0 | 100110 | 10111 | 1100110 | 100111 | 111111 |
Color Harmonies of #91C57B
Complementary color
Monochromatic Colors of #91C57B
Black with #91C57B
Text Example
Text Example
White with #91C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C57B; }
p { color: rgb(145,197,123); }
H1.HeaderClassName
{
color: #91C57B;
}
.AnyTagClassName
{
color: #91C57B;
}
</style>
background-color css
<style>
a { background-color: #91C57B; }
a { background-color: rgb(145,197,123); }
div.DivClassName
{
background-color: #91C57B;
}
.BgClassName
{
background-color: #91C57B;
}
</style>
border-color css
<style>
span { border-color: #91C57B; }
span { border-color: rgb(145,197,123); }
td.TdClassName
{
border-color: #91C57B;
}
.TagClassName
{
border-color: #91C57B;
}
</style>