Shades of Gossip #97BD85
Tints of Gossip #97BD85
RGB
CMYK
RGB Variations
Color information
#97BD85 (or 0x97BD85) is known color: Gossip. HEX triplet: 97, BD and 85. RGB value is (151,189,133). Sum of RGB (Red+Green+Blue) = 151+189+133=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BD85 is #68427A. Grayscale: #ABABAB. Windows color (decimal): -6832763 or 8764823. OLE color: 8764823.
HSL color Cylindrical-coordinate representation of color #97BD85: hue angle of 100.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97BD85 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 189 | 133 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.26 |
| HSL | 100.71º | 0.3% | 0.63% | - |
| HSV(B) | 100.71º | 0.3% | 0.74% | - |
| XYZ | 35.19 | 44.67 | 28.96 | - |
| YUV | 171.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 189 | 133 | 0.20 | 0 | 0.30 | 0.26 | 100.71 | 0.3 | 0.63 |
| Hex | 97 | BD | 85 | 14 | 0 | 1E | 1A | 65 | 1E | 3F |
| Octal | 227 | 275 | 205 | 24 | 0 | 36 | 32 | 145 | 36 | 77 |
| Binary | 10010111 | 10111101 | 10000101 | 10100 | 0 | 11110 | 11010 | 1100101 | 11110 | 111111 |
Color Harmonies of #97BD85
Complementary color
Monochromatic Colors of #97BD85
Black with #97BD85
Text Example
Text Example
White with #97BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BD85; }
p { color: rgb(151,189,133); }
H1.HeaderClassName
{
color: #97BD85;
}
.AnyTagClassName
{
color: #97BD85;
}
</style>
background-color css
<style>
a { background-color: #97BD85; }
a { background-color: rgb(151,189,133); }
div.DivClassName
{
background-color: #97BD85;
}
.BgClassName
{
background-color: #97BD85;
}
</style>
border-color css
<style>
span { border-color: #97BD85; }
span { border-color: rgb(151,189,133); }
td.TdClassName
{
border-color: #97BD85;
}
.TagClassName
{
border-color: #97BD85;
}
</style>