Shades of Gossip #97CB80
Tints of Gossip #97CB80
RGB
CMYK
RGB Variations
Color information
#97CB80 (or 0x97CB80) is known color: Gossip. HEX triplet: 97, CB and 80. RGB value is (151,203,128). Sum of RGB (Red+Green+Blue) = 151+203+128=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CB80 is #68347F. Grayscale: #B3B3B3. Windows color (decimal): -6829184 or 8440727. OLE color: 8440727.
HSL color Cylindrical-coordinate representation of color #97CB80: hue angle of 101.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97CB80 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 128 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.20 |
| HSL | 101.6º | 0.42% | 0.65% | - |
| HSV(B) | 101.6º | 0.37% | 0.8% | - |
| XYZ | 38.01 | 50.85 | 28.23 | - |
| YUV | 178.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 128 | 0.26 | 0 | 0.37 | 0.20 | 101.6 | 0.42 | 0.65 |
| Hex | 97 | CB | 80 | 1A | 0 | 25 | 14 | 66 | 2A | 41 |
| Octal | 227 | 313 | 200 | 32 | 0 | 45 | 24 | 146 | 52 | 101 |
| Binary | 10010111 | 11001011 | 10000000 | 11010 | 0 | 100101 | 10100 | 1100110 | 101010 | 1000001 |
Color Harmonies of #97CB80
Complementary color
Monochromatic Colors of #97CB80
Black with #97CB80
Text Example
Text Example
White with #97CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CB80; }
p { color: rgb(151,203,128); }
H1.HeaderClassName
{
color: #97CB80;
}
.AnyTagClassName
{
color: #97CB80;
}
</style>
background-color css
<style>
a { background-color: #97CB80; }
a { background-color: rgb(151,203,128); }
div.DivClassName
{
background-color: #97CB80;
}
.BgClassName
{
background-color: #97CB80;
}
</style>
border-color css
<style>
span { border-color: #97CB80; }
span { border-color: rgb(151,203,128); }
td.TdClassName
{
border-color: #97CB80;
}
.TagClassName
{
border-color: #97CB80;
}
</style>