Shades of Gossip #92C77F
Tints of Gossip #92C77F
RGB
CMYK
RGB Variations
Color information
#92C77F (or 0x92C77F) is known color: Gossip. HEX triplet: 92, C7 and 7F. RGB value is (146,199,127). Sum of RGB (Red+Green+Blue) = 146+199+127=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #92C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C77F is #6D3880. Grayscale: #AFAFAF. Windows color (decimal): -7157889 or 8374162. OLE color: 8374162.
HSL color Cylindrical-coordinate representation of color #92C77F: hue angle of 104.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92C77F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 199 | 127 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.22 |
| HSL | 104.17º | 0.39% | 0.64% | - |
| HSV(B) | 104.17º | 0.36% | 0.78% | - |
| XYZ | 36.11 | 48.49 | 27.54 | - |
| YUV | 174.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 199 | 127 | 0.27 | 0 | 0.36 | 0.22 | 104.17 | 0.39 | 0.64 |
| Hex | 92 | C7 | 7F | 1B | 0 | 24 | 16 | 68 | 27 | 40 |
| Octal | 222 | 307 | 177 | 33 | 0 | 44 | 26 | 150 | 47 | 100 |
| Binary | 10010010 | 11000111 | 1111111 | 11011 | 0 | 100100 | 10110 | 1101000 | 100111 | 1000000 |
Color Harmonies of #92C77F
Complementary color
Monochromatic Colors of #92C77F
Black with #92C77F
Text Example
Text Example
White with #92C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C77F; }
p { color: rgb(146,199,127); }
H1.HeaderClassName
{
color: #92C77F;
}
.AnyTagClassName
{
color: #92C77F;
}
</style>
background-color css
<style>
a { background-color: #92C77F; }
a { background-color: rgb(146,199,127); }
div.DivClassName
{
background-color: #92C77F;
}
.BgClassName
{
background-color: #92C77F;
}
</style>
border-color css
<style>
span { border-color: #92C77F; }
span { border-color: rgb(146,199,127); }
td.TdClassName
{
border-color: #92C77F;
}
.TagClassName
{
border-color: #92C77F;
}
</style>