Shades of Gossip #91D084
Tints of Gossip #91D084
RGB
CMYK
RGB Variations
Color information
#91D084 (or 0x91D084) is known color: Gossip. HEX triplet: 91, D0 and 84. RGB value is (145,208,132). Sum of RGB (Red+Green+Blue) = 145+208+132=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #91D084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D084 is #6E2F7B. Grayscale: #B4B4B4. Windows color (decimal): -7221116 or 8704145. OLE color: 8704145.
HSL color Cylindrical-coordinate representation of color #91D084: hue angle of 109.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91D084 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 132 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.18 |
| HSL | 109.74º | 0.45% | 0.67% | - |
| HSV(B) | 109.74º | 0.37% | 0.82% | - |
| XYZ | 38.4 | 52.8 | 30 | - |
| YUV | 180.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 132 | 0.30 | 0 | 0.37 | 0.18 | 109.74 | 0.45 | 0.67 |
| Hex | 91 | D0 | 84 | 1E | 0 | 25 | 12 | 6E | 2D | 43 |
| Octal | 221 | 320 | 204 | 36 | 0 | 45 | 22 | 156 | 55 | 103 |
| Binary | 10010001 | 11010000 | 10000100 | 11110 | 0 | 100101 | 10010 | 1101110 | 101101 | 1000011 |
Color Harmonies of #91D084
Complementary color
Monochromatic Colors of #91D084
Black with #91D084
Text Example
Text Example
White with #91D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D084; }
p { color: rgb(145,208,132); }
H1.HeaderClassName
{
color: #91D084;
}
.AnyTagClassName
{
color: #91D084;
}
</style>
background-color css
<style>
a { background-color: #91D084; }
a { background-color: rgb(145,208,132); }
div.DivClassName
{
background-color: #91D084;
}
.BgClassName
{
background-color: #91D084;
}
</style>
border-color css
<style>
span { border-color: #91D084; }
span { border-color: rgb(145,208,132); }
td.TdClassName
{
border-color: #91D084;
}
.TagClassName
{
border-color: #91D084;
}
</style>