Shades of Gossip #9BD28A
Tints of Gossip #9BD28A
RGB
CMYK
RGB Variations
Color information
#9BD28A (or 0x9BD28A) is known color: Gossip. HEX triplet: 9B, D2 and 8A. RGB value is (155,210,138). Sum of RGB (Red+Green+Blue) = 155+210+138=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD28A is #642D75. Grayscale: #B9B9B9. Windows color (decimal): -6565238 or 9097883. OLE color: 9097883.
HSL color Cylindrical-coordinate representation of color #9BD28A: hue angle of 105.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD28A is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 138 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.18 |
| HSL | 105.83º | 0.44% | 0.68% | - |
| HSV(B) | 105.83º | 0.34% | 0.82% | - |
| XYZ | 41.15 | 54.9 | 32.47 | - |
| YUV | 185.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 138 | 0.26 | 0 | 0.34 | 0.18 | 105.83 | 0.44 | 0.68 |
| Hex | 9B | D2 | 8A | 1A | 0 | 22 | 12 | 6A | 2C | 44 |
| Octal | 233 | 322 | 212 | 32 | 0 | 42 | 22 | 152 | 54 | 104 |
| Binary | 10011011 | 11010010 | 10001010 | 11010 | 0 | 100010 | 10010 | 1101010 | 101100 | 1000100 |
Color Harmonies of #9BD28A
Complementary color
Monochromatic Colors of #9BD28A
Black with #9BD28A
Text Example
Text Example
White with #9BD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD28A; }
p { color: rgb(155,210,138); }
H1.HeaderClassName
{
color: #9BD28A;
}
.AnyTagClassName
{
color: #9BD28A;
}
</style>
background-color css
<style>
a { background-color: #9BD28A; }
a { background-color: rgb(155,210,138); }
div.DivClassName
{
background-color: #9BD28A;
}
.BgClassName
{
background-color: #9BD28A;
}
</style>
border-color css
<style>
span { border-color: #9BD28A; }
span { border-color: rgb(155,210,138); }
td.TdClassName
{
border-color: #9BD28A;
}
.TagClassName
{
border-color: #9BD28A;
}
</style>