Shades of Gossip #9BCA83
Tints of Gossip #9BCA83
RGB
CMYK
RGB Variations
Color information
#9BCA83 (or 0x9BCA83) is known color: Gossip. HEX triplet: 9B, CA and 83. RGB value is (155,202,131). Sum of RGB (Red+Green+Blue) = 155+202+131=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA83 is #64357C. Grayscale: #B4B4B4. Windows color (decimal): -6567293 or 8637083. OLE color: 8637083.
HSL color Cylindrical-coordinate representation of color #9BCA83: hue angle of 99.72º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCA83 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 131 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.21 |
| HSL | 99.72º | 0.4% | 0.65% | - |
| HSV(B) | 99.72º | 0.35% | 0.79% | - |
| XYZ | 38.73 | 50.85 | 29.25 | - |
| YUV | 179.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 131 | 0.23 | 0 | 0.35 | 0.21 | 99.72 | 0.4 | 0.65 |
| Hex | 9B | CA | 83 | 17 | 0 | 23 | 15 | 64 | 28 | 41 |
| Octal | 233 | 312 | 203 | 27 | 0 | 43 | 25 | 144 | 50 | 101 |
| Binary | 10011011 | 11001010 | 10000011 | 10111 | 0 | 100011 | 10101 | 1100100 | 101000 | 1000001 |
Color Harmonies of #9BCA83
Complementary color
Monochromatic Colors of #9BCA83
Black with #9BCA83
Text Example
Text Example
White with #9BCA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA83; }
p { color: rgb(155,202,131); }
H1.HeaderClassName
{
color: #9BCA83;
}
.AnyTagClassName
{
color: #9BCA83;
}
</style>
background-color css
<style>
a { background-color: #9BCA83; }
a { background-color: rgb(155,202,131); }
div.DivClassName
{
background-color: #9BCA83;
}
.BgClassName
{
background-color: #9BCA83;
}
</style>
border-color css
<style>
span { border-color: #9BCA83; }
span { border-color: rgb(155,202,131); }
td.TdClassName
{
border-color: #9BCA83;
}
.TagClassName
{
border-color: #9BCA83;
}
</style>