Shades of Gossip #92C97B
Tints of Gossip #92C97B
RGB
CMYK
RGB Variations
Color information
#92C97B (or 0x92C97B) is known color: Gossip. HEX triplet: 92, C9 and 7B. RGB value is (146,201,123). Sum of RGB (Red+Green+Blue) = 146+201+123=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #92C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C97B is #6D3684. Grayscale: #AFAFAF. Windows color (decimal): -7157381 or 8112530. OLE color: 8112530.
HSL color Cylindrical-coordinate representation of color #92C97B: hue angle of 102.31º degrees, saturation: 0.42, 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 #92C97B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 201 | 123 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.21 |
| HSL | 102.31º | 0.42% | 0.64% | - |
| HSV(B) | 102.31º | 0.39% | 0.79% | - |
| XYZ | 36.32 | 49.31 | 26.34 | - |
| YUV | 175.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 201 | 123 | 0.27 | 0 | 0.39 | 0.21 | 102.31 | 0.42 | 0.64 |
| Hex | 92 | C9 | 7B | 1B | 0 | 27 | 15 | 66 | 2A | 40 |
| Octal | 222 | 311 | 173 | 33 | 0 | 47 | 25 | 146 | 52 | 100 |
| Binary | 10010010 | 11001001 | 1111011 | 11011 | 0 | 100111 | 10101 | 1100110 | 101010 | 1000000 |
Color Harmonies of #92C97B
Complementary color
Monochromatic Colors of #92C97B
Black with #92C97B
Text Example
Text Example
White with #92C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C97B; }
p { color: rgb(146,201,123); }
H1.HeaderClassName
{
color: #92C97B;
}
.AnyTagClassName
{
color: #92C97B;
}
</style>
background-color css
<style>
a { background-color: #92C97B; }
a { background-color: rgb(146,201,123); }
div.DivClassName
{
background-color: #92C97B;
}
.BgClassName
{
background-color: #92C97B;
}
</style>
border-color css
<style>
span { border-color: #92C97B; }
span { border-color: rgb(146,201,123); }
td.TdClassName
{
border-color: #92C97B;
}
.TagClassName
{
border-color: #92C97B;
}
</style>