Shades of Gossip #9BC484
Tints of Gossip #9BC484
RGB
CMYK
RGB Variations
Color information
#9BC484 (or 0x9BC484) is known color: Gossip. HEX triplet: 9B, C4 and 84. RGB value is (155,196,132). Sum of RGB (Red+Green+Blue) = 155+196+132=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC484 is #643B7B. Grayscale: #B0B0B0. Windows color (decimal): -6568828 or 8701083. OLE color: 8701083.
HSL color Cylindrical-coordinate representation of color #9BC484: hue angle of 98.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC484 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 132 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.23 |
| HSL | 98.44º | 0.35% | 0.64% | - |
| HSV(B) | 98.44º | 0.33% | 0.77% | - |
| XYZ | 37.42 | 48.11 | 29.14 | - |
| YUV | 176.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 132 | 0.21 | 0 | 0.33 | 0.23 | 98.44 | 0.35 | 0.64 |
| Hex | 9B | C4 | 84 | 15 | 0 | 21 | 17 | 62 | 23 | 40 |
| Octal | 233 | 304 | 204 | 25 | 0 | 41 | 27 | 142 | 43 | 100 |
| Binary | 10011011 | 11000100 | 10000100 | 10101 | 0 | 100001 | 10111 | 1100010 | 100011 | 1000000 |
Color Harmonies of #9BC484
Complementary color
Monochromatic Colors of #9BC484
Black with #9BC484
Text Example
Text Example
White with #9BC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC484; }
p { color: rgb(155,196,132); }
H1.HeaderClassName
{
color: #9BC484;
}
.AnyTagClassName
{
color: #9BC484;
}
</style>
background-color css
<style>
a { background-color: #9BC484; }
a { background-color: rgb(155,196,132); }
div.DivClassName
{
background-color: #9BC484;
}
.BgClassName
{
background-color: #9BC484;
}
</style>
border-color css
<style>
span { border-color: #9BC484; }
span { border-color: rgb(155,196,132); }
td.TdClassName
{
border-color: #9BC484;
}
.TagClassName
{
border-color: #9BC484;
}
</style>