Shades of Gossip #9BCD82
Tints of Gossip #9BCD82
RGB
CMYK
RGB Variations
Color information
#9BCD82 (or 0x9BCD82) is known color: Gossip. HEX triplet: 9B, CD and 82. RGB value is (155,205,130). Sum of RGB (Red+Green+Blue) = 155+205+130=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD82 is #64327D. Grayscale: #B5B5B5. Windows color (decimal): -6566526 or 8572315. OLE color: 8572315.
HSL color Cylindrical-coordinate representation of color #9BCD82: hue angle of 100º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BCD82 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 130 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.20 |
| HSL | 100º | 0.43% | 0.66% | - |
| HSV(B) | 100º | 0.37% | 0.8% | - |
| XYZ | 39.38 | 52.24 | 29.13 | - |
| YUV | 181.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 130 | 0.24 | 0 | 0.37 | 0.20 | 100 | 0.43 | 0.66 |
| Hex | 9B | CD | 82 | 18 | 0 | 25 | 14 | 64 | 2B | 42 |
| Octal | 233 | 315 | 202 | 30 | 0 | 45 | 24 | 144 | 53 | 102 |
| Binary | 10011011 | 11001101 | 10000010 | 11000 | 0 | 100101 | 10100 | 1100100 | 101011 | 1000010 |
Color Harmonies of #9BCD82
Complementary color
Monochromatic Colors of #9BCD82
Black with #9BCD82
Text Example
Text Example
White with #9BCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD82; }
p { color: rgb(155,205,130); }
H1.HeaderClassName
{
color: #9BCD82;
}
.AnyTagClassName
{
color: #9BCD82;
}
</style>
background-color css
<style>
a { background-color: #9BCD82; }
a { background-color: rgb(155,205,130); }
div.DivClassName
{
background-color: #9BCD82;
}
.BgClassName
{
background-color: #9BCD82;
}
</style>
border-color css
<style>
span { border-color: #9BCD82; }
span { border-color: rgb(155,205,130); }
td.TdClassName
{
border-color: #9BCD82;
}
.TagClassName
{
border-color: #9BCD82;
}
</style>