Shades of Gossip #91CB72
Tints of Gossip #91CB72
RGB
CMYK
RGB Variations
Color information
#91CB72 (or 0x91CB72) is known color: Gossip. HEX triplet: 91, CB and 72. RGB value is (145,203,114). Sum of RGB (Red+Green+Blue) = 145+203+114=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB72 is #6E348D. Grayscale: #AFAFAF. Windows color (decimal): -7222414 or 7523217. OLE color: 7523217.
HSL color Cylindrical-coordinate representation of color #91CB72: hue angle of 99.1º 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 #91CB72 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 114 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.20 |
| HSL | 99.1º | 0.46% | 0.62% | - |
| HSV(B) | 99.1º | 0.44% | 0.8% | - |
| XYZ | 36.07 | 49.95 | 23.66 | - |
| YUV | 175.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 114 | 0.29 | 0 | 0.44 | 0.20 | 99.1 | 0.46 | 0.62 |
| Hex | 91 | CB | 72 | 1D | 0 | 2C | 14 | 63 | 2E | 3E |
| Octal | 221 | 313 | 162 | 35 | 0 | 54 | 24 | 143 | 56 | 76 |
| Binary | 10010001 | 11001011 | 1110010 | 11101 | 0 | 101100 | 10100 | 1100011 | 101110 | 111110 |
Color Harmonies of #91CB72
Complementary color
Monochromatic Colors of #91CB72
Black with #91CB72
Text Example
Text Example
White with #91CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB72; }
p { color: rgb(145,203,114); }
H1.HeaderClassName
{
color: #91CB72;
}
.AnyTagClassName
{
color: #91CB72;
}
</style>
background-color css
<style>
a { background-color: #91CB72; }
a { background-color: rgb(145,203,114); }
div.DivClassName
{
background-color: #91CB72;
}
.BgClassName
{
background-color: #91CB72;
}
</style>
border-color css
<style>
span { border-color: #91CB72; }
span { border-color: rgb(145,203,114); }
td.TdClassName
{
border-color: #91CB72;
}
.TagClassName
{
border-color: #91CB72;
}
</style>