Shades of Gossip #9BDF83
Tints of Gossip #9BDF83
RGB
CMYK
RGB Variations
Color information
#9BDF83 (or 0x9BDF83) is known color: Gossip. HEX triplet: 9B, DF and 83. RGB value is (155,223,131). Sum of RGB (Red+Green+Blue) = 155+223+131=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDF83 is #64207C. Grayscale: #C0C0C0. Windows color (decimal): -6561917 or 8642459. OLE color: 8642459.
HSL color Cylindrical-coordinate representation of color #9BDF83: hue angle of 104.35º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BDF83 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 131 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.13 |
| HSL | 104.35º | 0.59% | 0.69% | - |
| HSV(B) | 104.35º | 0.41% | 0.87% | - |
| XYZ | 44 | 61.38 | 31 | - |
| YUV | 192.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 131 | 0.30 | 0 | 0.41 | 0.13 | 104.35 | 0.59 | 0.69 |
| Hex | 9B | DF | 83 | 1E | 0 | 29 | D | 68 | 3B | 45 |
| Octal | 233 | 337 | 203 | 36 | 0 | 51 | 15 | 150 | 73 | 105 |
| Binary | 10011011 | 11011111 | 10000011 | 11110 | 0 | 101001 | 1101 | 1101000 | 111011 | 1000101 |
Color Harmonies of #9BDF83
Complementary color
Monochromatic Colors of #9BDF83
Black with #9BDF83
Text Example
Text Example
White with #9BDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF83; }
p { color: rgb(155,223,131); }
H1.HeaderClassName
{
color: #9BDF83;
}
.AnyTagClassName
{
color: #9BDF83;
}
</style>
background-color css
<style>
a { background-color: #9BDF83; }
a { background-color: rgb(155,223,131); }
div.DivClassName
{
background-color: #9BDF83;
}
.BgClassName
{
background-color: #9BDF83;
}
</style>
border-color css
<style>
span { border-color: #9BDF83; }
span { border-color: rgb(155,223,131); }
td.TdClassName
{
border-color: #9BDF83;
}
.TagClassName
{
border-color: #9BDF83;
}
</style>