Shades of Gossip #91CA7B
Tints of Gossip #91CA7B
RGB
CMYK
RGB Variations
Color information
#91CA7B (or 0x91CA7B) is known color: Gossip. HEX triplet: 91, CA and 7B. RGB value is (145,202,123). Sum of RGB (Red+Green+Blue) = 145+202+123=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA7B is #6E3584. Grayscale: #B0B0B0. Windows color (decimal): -7222661 or 8112785. OLE color: 8112785.
HSL color Cylindrical-coordinate representation of color #91CA7B: hue angle of 103.29º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91CA7B is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 123 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.21 |
| HSL | 103.29º | 0.43% | 0.64% | - |
| HSV(B) | 103.29º | 0.39% | 0.79% | - |
| XYZ | 36.37 | 49.69 | 26.41 | - |
| YUV | 175.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 123 | 0.28 | 0 | 0.39 | 0.21 | 103.29 | 0.43 | 0.64 |
| Hex | 91 | CA | 7B | 1C | 0 | 27 | 15 | 67 | 2B | 40 |
| Octal | 221 | 312 | 173 | 34 | 0 | 47 | 25 | 147 | 53 | 100 |
| Binary | 10010001 | 11001010 | 1111011 | 11100 | 0 | 100111 | 10101 | 1100111 | 101011 | 1000000 |
Color Harmonies of #91CA7B
Complementary color
Monochromatic Colors of #91CA7B
Black with #91CA7B
Text Example
Text Example
White with #91CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA7B; }
p { color: rgb(145,202,123); }
H1.HeaderClassName
{
color: #91CA7B;
}
.AnyTagClassName
{
color: #91CA7B;
}
</style>
background-color css
<style>
a { background-color: #91CA7B; }
a { background-color: rgb(145,202,123); }
div.DivClassName
{
background-color: #91CA7B;
}
.BgClassName
{
background-color: #91CA7B;
}
</style>
border-color css
<style>
span { border-color: #91CA7B; }
span { border-color: rgb(145,202,123); }
td.TdClassName
{
border-color: #91CA7B;
}
.TagClassName
{
border-color: #91CA7B;
}
</style>