Shades of Gossip #92CA82
Tints of Gossip #92CA82
RGB
CMYK
RGB Variations
Color information
#92CA82 (or 0x92CA82) is known color: Gossip. HEX triplet: 92, CA and 82. RGB value is (146,202,130). Sum of RGB (Red+Green+Blue) = 146+202+130=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA82 is #6D357D. Grayscale: #B1B1B1. Windows color (decimal): -7157118 or 8571538. OLE color: 8571538.
HSL color Cylindrical-coordinate representation of color #92CA82: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92CA82 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 130 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.21 |
| HSL | 106.67º | 0.4% | 0.65% | - |
| HSV(B) | 106.67º | 0.36% | 0.79% | - |
| XYZ | 37 | 49.96 | 28.81 | - |
| YUV | 177.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 130 | 0.28 | 0 | 0.36 | 0.21 | 106.67 | 0.4 | 0.65 |
| Hex | 92 | CA | 82 | 1C | 0 | 24 | 15 | 6B | 28 | 41 |
| Octal | 222 | 312 | 202 | 34 | 0 | 44 | 25 | 153 | 50 | 101 |
| Binary | 10010010 | 11001010 | 10000010 | 11100 | 0 | 100100 | 10101 | 1101011 | 101000 | 1000001 |
Color Harmonies of #92CA82
Complementary color
Monochromatic Colors of #92CA82
Black with #92CA82
Text Example
Text Example
White with #92CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA82; }
p { color: rgb(146,202,130); }
H1.HeaderClassName
{
color: #92CA82;
}
.AnyTagClassName
{
color: #92CA82;
}
</style>
background-color css
<style>
a { background-color: #92CA82; }
a { background-color: rgb(146,202,130); }
div.DivClassName
{
background-color: #92CA82;
}
.BgClassName
{
background-color: #92CA82;
}
</style>
border-color css
<style>
span { border-color: #92CA82; }
span { border-color: rgb(146,202,130); }
td.TdClassName
{
border-color: #92CA82;
}
.TagClassName
{
border-color: #92CA82;
}
</style>