Shades of Gossip #92CA75
Tints of Gossip #92CA75
RGB
CMYK
RGB Variations
Color information
#92CA75 (or 0x92CA75) is known color: Gossip. HEX triplet: 92, CA and 75. RGB value is (146,202,117). Sum of RGB (Red+Green+Blue) = 146+202+117=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA75 is #6D358A. Grayscale: #AFAFAF. Windows color (decimal): -7157131 or 7719570. OLE color: 7719570.
HSL color Cylindrical-coordinate representation of color #92CA75: hue angle of 99.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92CA75 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 117 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.21 |
| HSL | 99.53º | 0.45% | 0.63% | - |
| HSV(B) | 99.53º | 0.42% | 0.79% | - |
| XYZ | 36.19 | 49.64 | 24.5 | - |
| YUV | 175.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 117 | 0.28 | 0 | 0.42 | 0.21 | 99.53 | 0.45 | 0.63 |
| Hex | 92 | CA | 75 | 1C | 0 | 2A | 15 | 64 | 2D | 3F |
| Octal | 222 | 312 | 165 | 34 | 0 | 52 | 25 | 144 | 55 | 77 |
| Binary | 10010010 | 11001010 | 1110101 | 11100 | 0 | 101010 | 10101 | 1100100 | 101101 | 111111 |
Color Harmonies of #92CA75
Complementary color
Monochromatic Colors of #92CA75
Black with #92CA75
Text Example
Text Example
White with #92CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA75; }
p { color: rgb(146,202,117); }
H1.HeaderClassName
{
color: #92CA75;
}
.AnyTagClassName
{
color: #92CA75;
}
</style>
background-color css
<style>
a { background-color: #92CA75; }
a { background-color: rgb(146,202,117); }
div.DivClassName
{
background-color: #92CA75;
}
.BgClassName
{
background-color: #92CA75;
}
</style>
border-color css
<style>
span { border-color: #92CA75; }
span { border-color: rgb(146,202,117); }
td.TdClassName
{
border-color: #92CA75;
}
.TagClassName
{
border-color: #92CA75;
}
</style>