Shades of Gossip #92CA7A
Tints of Gossip #92CA7A
RGB
CMYK
RGB Variations
Color information
#92CA7A (or 0x92CA7A) is known color: Gossip. HEX triplet: 92, CA and 7A. RGB value is (146,202,122). Sum of RGB (Red+Green+Blue) = 146+202+122=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA7A is #6D3585. Grayscale: #B0B0B0. Windows color (decimal): -7157126 or 8047250. OLE color: 8047250.
HSL color Cylindrical-coordinate representation of color #92CA7A: hue angle of 102º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92CA7A is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 122 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.21 |
| HSL | 102º | 0.43% | 0.64% | - |
| HSV(B) | 102º | 0.4% | 0.79% | - |
| XYZ | 36.49 | 49.76 | 26.09 | - |
| YUV | 176.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 122 | 0.28 | 0 | 0.40 | 0.21 | 102 | 0.43 | 0.64 |
| Hex | 92 | CA | 7A | 1C | 0 | 28 | 15 | 66 | 2B | 40 |
| Octal | 222 | 312 | 172 | 34 | 0 | 50 | 25 | 146 | 53 | 100 |
| Binary | 10010010 | 11001010 | 1111010 | 11100 | 0 | 101000 | 10101 | 1100110 | 101011 | 1000000 |
Color Harmonies of #92CA7A
Complementary color
Monochromatic Colors of #92CA7A
Black with #92CA7A
Text Example
Text Example
White with #92CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA7A; }
p { color: rgb(146,202,122); }
H1.HeaderClassName
{
color: #92CA7A;
}
.AnyTagClassName
{
color: #92CA7A;
}
</style>
background-color css
<style>
a { background-color: #92CA7A; }
a { background-color: rgb(146,202,122); }
div.DivClassName
{
background-color: #92CA7A;
}
.BgClassName
{
background-color: #92CA7A;
}
</style>
border-color css
<style>
span { border-color: #92CA7A; }
span { border-color: rgb(146,202,122); }
td.TdClassName
{
border-color: #92CA7A;
}
.TagClassName
{
border-color: #92CA7A;
}
</style>