Shades of Gossip #91D073
Tints of Gossip #91D073
RGB
CMYK
RGB Variations
Color information
#91D073 (or 0x91D073) is known color: Gossip. HEX triplet: 91, D0 and 73. RGB value is (145,208,115). Sum of RGB (Red+Green+Blue) = 145+208+115=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #91D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91D073 is #6E2F8C. Grayscale: #B2B2B2. Windows color (decimal): -7221133 or 7590033. OLE color: 7590033.
HSL color Cylindrical-coordinate representation of color #91D073: hue angle of 100.65º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91D073 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 115 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.18 |
| HSL | 100.65º | 0.5% | 0.63% | - |
| HSV(B) | 100.65º | 0.45% | 0.82% | - |
| XYZ | 37.33 | 52.37 | 24.36 | - |
| YUV | 178.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 115 | 0.30 | 0 | 0.45 | 0.18 | 100.65 | 0.5 | 0.63 |
| Hex | 91 | D0 | 73 | 1E | 0 | 2D | 12 | 65 | 32 | 3F |
| Octal | 221 | 320 | 163 | 36 | 0 | 55 | 22 | 145 | 62 | 77 |
| Binary | 10010001 | 11010000 | 1110011 | 11110 | 0 | 101101 | 10010 | 1100101 | 110010 | 111111 |
Color Harmonies of #91D073
Complementary color
Monochromatic Colors of #91D073
Black with #91D073
Text Example
Text Example
White with #91D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D073; }
p { color: rgb(145,208,115); }
H1.HeaderClassName
{
color: #91D073;
}
.AnyTagClassName
{
color: #91D073;
}
</style>
background-color css
<style>
a { background-color: #91D073; }
a { background-color: rgb(145,208,115); }
div.DivClassName
{
background-color: #91D073;
}
.BgClassName
{
background-color: #91D073;
}
</style>
border-color css
<style>
span { border-color: #91D073; }
span { border-color: rgb(145,208,115); }
td.TdClassName
{
border-color: #91D073;
}
.TagClassName
{
border-color: #91D073;
}
</style>