Shades of Gossip #97C883
Tints of Gossip #97C883
RGB
CMYK
RGB Variations
Color information
#97C883 (or 0x97C883) is known color: Gossip. HEX triplet: 97, C8 and 83. RGB value is (151,200,131). Sum of RGB (Red+Green+Blue) = 151+200+131=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #97C883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C883 is #68377C. Grayscale: #B1B1B1. Windows color (decimal): -6829949 or 8636567. OLE color: 8636567.
HSL color Cylindrical-coordinate representation of color #97C883: hue angle of 102.61º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C883 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 131 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.22 |
| HSL | 102.61º | 0.39% | 0.65% | - |
| HSV(B) | 102.61º | 0.35% | 0.78% | - |
| XYZ | 37.51 | 49.53 | 29.06 | - |
| YUV | 177.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 131 | 0.24 | 0 | 0.34 | 0.22 | 102.61 | 0.39 | 0.65 |
| Hex | 97 | C8 | 83 | 18 | 0 | 22 | 16 | 67 | 27 | 41 |
| Octal | 227 | 310 | 203 | 30 | 0 | 42 | 26 | 147 | 47 | 101 |
| Binary | 10010111 | 11001000 | 10000011 | 11000 | 0 | 100010 | 10110 | 1100111 | 100111 | 1000001 |
Color Harmonies of #97C883
Complementary color
Monochromatic Colors of #97C883
Black with #97C883
Text Example
Text Example
White with #97C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C883; }
p { color: rgb(151,200,131); }
H1.HeaderClassName
{
color: #97C883;
}
.AnyTagClassName
{
color: #97C883;
}
</style>
background-color css
<style>
a { background-color: #97C883; }
a { background-color: rgb(151,200,131); }
div.DivClassName
{
background-color: #97C883;
}
.BgClassName
{
background-color: #97C883;
}
</style>
border-color css
<style>
span { border-color: #97C883; }
span { border-color: rgb(151,200,131); }
td.TdClassName
{
border-color: #97C883;
}
.TagClassName
{
border-color: #97C883;
}
</style>