Shades of Gossip #97CA7B
Tints of Gossip #97CA7B
RGB
CMYK
RGB Variations
Color information
#97CA7B (or 0x97CA7B) is known color: Gossip. HEX triplet: 97, CA and 7B. RGB value is (151,202,123). Sum of RGB (Red+Green+Blue) = 151+202+123=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA7B is #683584. Grayscale: #B2B2B2. Windows color (decimal): -6829445 or 8112791. OLE color: 8112791.
HSL color Cylindrical-coordinate representation of color #97CA7B: hue angle of 98.73º 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 #97CA7B is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 123 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.21 |
| HSL | 98.73º | 0.43% | 0.64% | - |
| HSV(B) | 98.73º | 0.39% | 0.79% | - |
| XYZ | 37.46 | 50.25 | 26.46 | - |
| YUV | 177.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 123 | 0.25 | 0 | 0.39 | 0.21 | 98.73 | 0.43 | 0.64 |
| Hex | 97 | CA | 7B | 19 | 0 | 27 | 15 | 63 | 2B | 40 |
| Octal | 227 | 312 | 173 | 31 | 0 | 47 | 25 | 143 | 53 | 100 |
| Binary | 10010111 | 11001010 | 1111011 | 11001 | 0 | 100111 | 10101 | 1100011 | 101011 | 1000000 |
Color Harmonies of #97CA7B
Complementary color
Monochromatic Colors of #97CA7B
Black with #97CA7B
Text Example
Text Example
White with #97CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA7B; }
p { color: rgb(151,202,123); }
H1.HeaderClassName
{
color: #97CA7B;
}
.AnyTagClassName
{
color: #97CA7B;
}
</style>
background-color css
<style>
a { background-color: #97CA7B; }
a { background-color: rgb(151,202,123); }
div.DivClassName
{
background-color: #97CA7B;
}
.BgClassName
{
background-color: #97CA7B;
}
</style>
border-color css
<style>
span { border-color: #97CA7B; }
span { border-color: rgb(151,202,123); }
td.TdClassName
{
border-color: #97CA7B;
}
.TagClassName
{
border-color: #97CA7B;
}
</style>