Shades of Gossip #9BC382
Tints of Gossip #9BC382
RGB
CMYK
RGB Variations
Color information
#9BC382 (or 0x9BC382) is known color: Gossip. HEX triplet: 9B, C3 and 82. RGB value is (155,195,130). Sum of RGB (Red+Green+Blue) = 155+195+130=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC382 is #643C7D. Grayscale: #AFAFAF. Windows color (decimal): -6569086 or 8569755. OLE color: 8569755.
HSL color Cylindrical-coordinate representation of color #9BC382: hue angle of 96.92º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC382 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 130 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.24 |
| HSL | 96.92º | 0.35% | 0.64% | - |
| HSV(B) | 96.92º | 0.33% | 0.76% | - |
| XYZ | 37.06 | 47.61 | 28.36 | - |
| YUV | 175.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 130 | 0.21 | 0 | 0.33 | 0.24 | 96.92 | 0.35 | 0.64 |
| Hex | 9B | C3 | 82 | 15 | 0 | 21 | 18 | 61 | 23 | 40 |
| Octal | 233 | 303 | 202 | 25 | 0 | 41 | 30 | 141 | 43 | 100 |
| Binary | 10011011 | 11000011 | 10000010 | 10101 | 0 | 100001 | 11000 | 1100001 | 100011 | 1000000 |
Color Harmonies of #9BC382
Complementary color
Monochromatic Colors of #9BC382
Black with #9BC382
Text Example
Text Example
White with #9BC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC382; }
p { color: rgb(155,195,130); }
H1.HeaderClassName
{
color: #9BC382;
}
.AnyTagClassName
{
color: #9BC382;
}
</style>
background-color css
<style>
a { background-color: #9BC382; }
a { background-color: rgb(155,195,130); }
div.DivClassName
{
background-color: #9BC382;
}
.BgClassName
{
background-color: #9BC382;
}
</style>
border-color css
<style>
span { border-color: #9BC382; }
span { border-color: rgb(155,195,130); }
td.TdClassName
{
border-color: #9BC382;
}
.TagClassName
{
border-color: #9BC382;
}
</style>