Shades of Gossip #91DB6C
Tints of Gossip #91DB6C
RGB
CMYK
RGB Variations
Color information
#91DB6C (or 0x91DB6C) is known color: Gossip. HEX triplet: 91, DB and 6C. RGB value is (145,219,108). Sum of RGB (Red+Green+Blue) = 145+219+108=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #91DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91DB6C is #6E2493. Grayscale: #B8B8B8. Windows color (decimal): -7218324 or 7134097. OLE color: 7134097.
HSL color Cylindrical-coordinate representation of color #91DB6C: hue angle of 100º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91DB6C is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 108 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.14 |
| HSL | 100º | 0.61% | 0.64% | - |
| HSV(B) | 100º | 0.51% | 0.86% | - |
| XYZ | 39.72 | 57.77 | 23.24 | - |
| YUV | 184.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 108 | 0.34 | 0 | 0.51 | 0.14 | 100 | 0.61 | 0.64 |
| Hex | 91 | DB | 6C | 22 | 0 | 33 | E | 64 | 3D | 40 |
| Octal | 221 | 333 | 154 | 42 | 0 | 63 | 16 | 144 | 75 | 100 |
| Binary | 10010001 | 11011011 | 1101100 | 100010 | 0 | 110011 | 1110 | 1100100 | 111101 | 1000000 |
Color Harmonies of #91DB6C
Complementary color
Monochromatic Colors of #91DB6C
Black with #91DB6C
Text Example
Text Example
White with #91DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DB6C; }
p { color: rgb(145,219,108); }
H1.HeaderClassName
{
color: #91DB6C;
}
.AnyTagClassName
{
color: #91DB6C;
}
</style>
background-color css
<style>
a { background-color: #91DB6C; }
a { background-color: rgb(145,219,108); }
div.DivClassName
{
background-color: #91DB6C;
}
.BgClassName
{
background-color: #91DB6C;
}
</style>
border-color css
<style>
span { border-color: #91DB6C; }
span { border-color: rgb(145,219,108); }
td.TdClassName
{
border-color: #91DB6C;
}
.TagClassName
{
border-color: #91DB6C;
}
</style>