Shades of Gossip #91CB71
Tints of Gossip #91CB71
RGB
CMYK
RGB Variations
Color information
#91CB71 (or 0x91CB71) is known color: Gossip. HEX triplet: 91, CB and 71. RGB value is (145,203,113). Sum of RGB (Red+Green+Blue) = 145+203+113=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB71 is #6E348E. Grayscale: #AFAFAF. Windows color (decimal): -7222415 or 7457681. OLE color: 7457681.
HSL color Cylindrical-coordinate representation of color #91CB71: hue angle of 98.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91CB71 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 113 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.20 |
| HSL | 98.67º | 0.46% | 0.62% | - |
| HSV(B) | 98.67º | 0.44% | 0.8% | - |
| XYZ | 36.01 | 49.92 | 23.36 | - |
| YUV | 175.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 113 | 0.29 | 0 | 0.44 | 0.20 | 98.67 | 0.46 | 0.62 |
| Hex | 91 | CB | 71 | 1D | 0 | 2C | 14 | 63 | 2E | 3E |
| Octal | 221 | 313 | 161 | 35 | 0 | 54 | 24 | 143 | 56 | 76 |
| Binary | 10010001 | 11001011 | 1110001 | 11101 | 0 | 101100 | 10100 | 1100011 | 101110 | 111110 |
Color Harmonies of #91CB71
Complementary color
Monochromatic Colors of #91CB71
Black with #91CB71
Text Example
Text Example
White with #91CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB71; }
p { color: rgb(145,203,113); }
H1.HeaderClassName
{
color: #91CB71;
}
.AnyTagClassName
{
color: #91CB71;
}
</style>
background-color css
<style>
a { background-color: #91CB71; }
a { background-color: rgb(145,203,113); }
div.DivClassName
{
background-color: #91CB71;
}
.BgClassName
{
background-color: #91CB71;
}
</style>
border-color css
<style>
span { border-color: #91CB71; }
span { border-color: rgb(145,203,113); }
td.TdClassName
{
border-color: #91CB71;
}
.TagClassName
{
border-color: #91CB71;
}
</style>