Shades of Gossip #9BCA8E
Tints of Gossip #9BCA8E
RGB
CMYK
RGB Variations
Color information
#9BCA8E (or 0x9BCA8E) is known color: Gossip. HEX triplet: 9B, CA and 8E. RGB value is (155,202,142). Sum of RGB (Red+Green+Blue) = 155+202+142=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA8E is #643571. Grayscale: #B5B5B5. Windows color (decimal): -6567282 or 9357979. OLE color: 9357979.
HSL color Cylindrical-coordinate representation of color #9BCA8E: hue angle of 107º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCA8E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 142 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.21 |
| HSL | 107º | 0.36% | 0.67% | - |
| HSV(B) | 107º | 0.3% | 0.79% | - |
| XYZ | 39.52 | 51.16 | 33.38 | - |
| YUV | 181.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 142 | 0.23 | 0 | 0.30 | 0.21 | 107 | 0.36 | 0.67 |
| Hex | 9B | CA | 8E | 17 | 0 | 1E | 15 | 6B | 24 | 43 |
| Octal | 233 | 312 | 216 | 27 | 0 | 36 | 25 | 153 | 44 | 103 |
| Binary | 10011011 | 11001010 | 10001110 | 10111 | 0 | 11110 | 10101 | 1101011 | 100100 | 1000011 |
Color Harmonies of #9BCA8E
Complementary color
Monochromatic Colors of #9BCA8E
Black with #9BCA8E
Text Example
Text Example
White with #9BCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA8E; }
p { color: rgb(155,202,142); }
H1.HeaderClassName
{
color: #9BCA8E;
}
.AnyTagClassName
{
color: #9BCA8E;
}
</style>
background-color css
<style>
a { background-color: #9BCA8E; }
a { background-color: rgb(155,202,142); }
div.DivClassName
{
background-color: #9BCA8E;
}
.BgClassName
{
background-color: #9BCA8E;
}
</style>
border-color css
<style>
span { border-color: #9BCA8E; }
span { border-color: rgb(155,202,142); }
td.TdClassName
{
border-color: #9BCA8E;
}
.TagClassName
{
border-color: #9BCA8E;
}
</style>