Shades of Gossip #9BCB8D
Tints of Gossip #9BCB8D
RGB
CMYK
RGB Variations
Color information
#9BCB8D (or 0x9BCB8D) is known color: Gossip. HEX triplet: 9B, CB and 8D. RGB value is (155,203,141). Sum of RGB (Red+Green+Blue) = 155+203+141=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB8D is #643472. Grayscale: #B5B5B5. Windows color (decimal): -6567027 or 9292699. OLE color: 9292699.
HSL color Cylindrical-coordinate representation of color #9BCB8D: hue angle of 106.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BCB8D is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 141 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.20 |
| HSL | 106.45º | 0.37% | 0.67% | - |
| HSV(B) | 106.45º | 0.31% | 0.8% | - |
| XYZ | 39.68 | 51.6 | 33.07 | - |
| YUV | 181.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 141 | 0.24 | 0 | 0.31 | 0.20 | 106.45 | 0.37 | 0.67 |
| Hex | 9B | CB | 8D | 18 | 0 | 1F | 14 | 6A | 25 | 43 |
| Octal | 233 | 313 | 215 | 30 | 0 | 37 | 24 | 152 | 45 | 103 |
| Binary | 10011011 | 11001011 | 10001101 | 11000 | 0 | 11111 | 10100 | 1101010 | 100101 | 1000011 |
Color Harmonies of #9BCB8D
Complementary color
Monochromatic Colors of #9BCB8D
Black with #9BCB8D
Text Example
Text Example
White with #9BCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCB8D; }
p { color: rgb(155,203,141); }
H1.HeaderClassName
{
color: #9BCB8D;
}
.AnyTagClassName
{
color: #9BCB8D;
}
</style>
background-color css
<style>
a { background-color: #9BCB8D; }
a { background-color: rgb(155,203,141); }
div.DivClassName
{
background-color: #9BCB8D;
}
.BgClassName
{
background-color: #9BCB8D;
}
</style>
border-color css
<style>
span { border-color: #9BCB8D; }
span { border-color: rgb(155,203,141); }
td.TdClassName
{
border-color: #9BCB8D;
}
.TagClassName
{
border-color: #9BCB8D;
}
</style>