Shades of Gossip #9DCD92
Tints of Gossip #9DCD92
RGB
CMYK
RGB Variations
Color information
#9DCD92 (or 0x9DCD92) is known color: Gossip. HEX triplet: 9D, CD and 92. RGB value is (157,205,146). Sum of RGB (Red+Green+Blue) = 157+205+146=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCD92 is #62326D. Grayscale: #B8B8B8. Windows color (decimal): -6435438 or 9620893. OLE color: 9620893.
HSL color Cylindrical-coordinate representation of color #9DCD92: hue angle of 108.81º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DCD92 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 146 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.20 |
| HSL | 108.81º | 0.37% | 0.69% | - |
| HSV(B) | 108.81º | 0.29% | 0.8% | - |
| XYZ | 40.92 | 52.91 | 35.25 | - |
| YUV | 183.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 146 | 0.23 | 0 | 0.29 | 0.20 | 108.81 | 0.37 | 0.69 |
| Hex | 9D | CD | 92 | 17 | 0 | 1D | 14 | 6D | 25 | 45 |
| Octal | 235 | 315 | 222 | 27 | 0 | 35 | 24 | 155 | 45 | 105 |
| Binary | 10011101 | 11001101 | 10010010 | 10111 | 0 | 11101 | 10100 | 1101101 | 100101 | 1000101 |
Color Harmonies of #9DCD92
Complementary color
Monochromatic Colors of #9DCD92
Black with #9DCD92
Text Example
Text Example
White with #9DCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD92; }
p { color: rgb(157,205,146); }
H1.HeaderClassName
{
color: #9DCD92;
}
.AnyTagClassName
{
color: #9DCD92;
}
</style>
background-color css
<style>
a { background-color: #9DCD92; }
a { background-color: rgb(157,205,146); }
div.DivClassName
{
background-color: #9DCD92;
}
.BgClassName
{
background-color: #9DCD92;
}
</style>
border-color css
<style>
span { border-color: #9DCD92; }
span { border-color: rgb(157,205,146); }
td.TdClassName
{
border-color: #9DCD92;
}
.TagClassName
{
border-color: #9DCD92;
}
</style>