Shades of Gossip #9BC782
Tints of Gossip #9BC782
RGB
CMYK
RGB Variations
Color information
#9BC782 (or 0x9BC782) is known color: Gossip. HEX triplet: 9B, C7 and 82. RGB value is (155,199,130). Sum of RGB (Red+Green+Blue) = 155+199+130=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC782 is #64387D. Grayscale: #B2B2B2. Windows color (decimal): -6568062 or 8570779. OLE color: 8570779.
HSL color Cylindrical-coordinate representation of color #9BC782: hue angle of 98.26º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC782 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 130 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.22 |
| HSL | 98.26º | 0.38% | 0.65% | - |
| HSV(B) | 98.26º | 0.35% | 0.78% | - |
| XYZ | 37.97 | 49.43 | 28.66 | - |
| YUV | 177.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 130 | 0.22 | 0 | 0.35 | 0.22 | 98.26 | 0.38 | 0.65 |
| Hex | 9B | C7 | 82 | 16 | 0 | 23 | 16 | 62 | 26 | 41 |
| Octal | 233 | 307 | 202 | 26 | 0 | 43 | 26 | 142 | 46 | 101 |
| Binary | 10011011 | 11000111 | 10000010 | 10110 | 0 | 100011 | 10110 | 1100010 | 100110 | 1000001 |
Color Harmonies of #9BC782
Complementary color
Monochromatic Colors of #9BC782
Black with #9BC782
Text Example
Text Example
White with #9BC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC782; }
p { color: rgb(155,199,130); }
H1.HeaderClassName
{
color: #9BC782;
}
.AnyTagClassName
{
color: #9BC782;
}
</style>
background-color css
<style>
a { background-color: #9BC782; }
a { background-color: rgb(155,199,130); }
div.DivClassName
{
background-color: #9BC782;
}
.BgClassName
{
background-color: #9BC782;
}
</style>
border-color css
<style>
span { border-color: #9BC782; }
span { border-color: rgb(155,199,130); }
td.TdClassName
{
border-color: #9BC782;
}
.TagClassName
{
border-color: #9BC782;
}
</style>