Shades of Gossip #9BCA80
Tints of Gossip #9BCA80
RGB
CMYK
RGB Variations
Color information
#9BCA80 (or 0x9BCA80) is known color: Gossip. HEX triplet: 9B, CA and 80. RGB value is (155,202,128). Sum of RGB (Red+Green+Blue) = 155+202+128=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA80 is #64357F. Grayscale: #B3B3B3. Windows color (decimal): -6567296 or 8440475. OLE color: 8440475.
HSL color Cylindrical-coordinate representation of color #9BCA80: hue angle of 98.11º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BCA80 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 128 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.21 |
| HSL | 98.11º | 0.41% | 0.65% | - |
| HSV(B) | 98.11º | 0.37% | 0.79% | - |
| XYZ | 38.53 | 50.77 | 28.19 | - |
| YUV | 179.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 128 | 0.23 | 0 | 0.37 | 0.21 | 98.11 | 0.41 | 0.65 |
| Hex | 9B | CA | 80 | 17 | 0 | 25 | 15 | 62 | 29 | 41 |
| Octal | 233 | 312 | 200 | 27 | 0 | 45 | 25 | 142 | 51 | 101 |
| Binary | 10011011 | 11001010 | 10000000 | 10111 | 0 | 100101 | 10101 | 1100010 | 101001 | 1000001 |
Color Harmonies of #9BCA80
Complementary color
Monochromatic Colors of #9BCA80
Black with #9BCA80
Text Example
Text Example
White with #9BCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA80; }
p { color: rgb(155,202,128); }
H1.HeaderClassName
{
color: #9BCA80;
}
.AnyTagClassName
{
color: #9BCA80;
}
</style>
background-color css
<style>
a { background-color: #9BCA80; }
a { background-color: rgb(155,202,128); }
div.DivClassName
{
background-color: #9BCA80;
}
.BgClassName
{
background-color: #9BCA80;
}
</style>
border-color css
<style>
span { border-color: #9BCA80; }
span { border-color: rgb(155,202,128); }
td.TdClassName
{
border-color: #9BCA80;
}
.TagClassName
{
border-color: #9BCA80;
}
</style>