Shades of Gossip #9ADB87
Tints of Gossip #9ADB87
RGB
CMYK
RGB Variations
Color information
#9ADB87 (or 0x9ADB87) is known color: Gossip. HEX triplet: 9A, DB and 87. RGB value is (154,219,135). Sum of RGB (Red+Green+Blue) = 154+219+135=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB87 is #652478. Grayscale: #BEBEBE. Windows color (decimal): -6628473 or 8903578. OLE color: 8903578.
HSL color Cylindrical-coordinate representation of color #9ADB87: hue angle of 106.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ADB87 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 135 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.14 |
| HSL | 106.43º | 0.54% | 0.69% | - |
| HSV(B) | 106.43º | 0.38% | 0.86% | - |
| XYZ | 43.03 | 59.28 | 32.1 | - |
| YUV | 189.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 135 | 0.30 | 0 | 0.38 | 0.14 | 106.43 | 0.54 | 0.69 |
| Hex | 9A | DB | 87 | 1E | 0 | 26 | E | 6A | 36 | 45 |
| Octal | 232 | 333 | 207 | 36 | 0 | 46 | 16 | 152 | 66 | 105 |
| Binary | 10011010 | 11011011 | 10000111 | 11110 | 0 | 100110 | 1110 | 1101010 | 110110 | 1000101 |
Color Harmonies of #9ADB87
Complementary color
Monochromatic Colors of #9ADB87
Black with #9ADB87
Text Example
Text Example
White with #9ADB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB87; }
p { color: rgb(154,219,135); }
H1.HeaderClassName
{
color: #9ADB87;
}
.AnyTagClassName
{
color: #9ADB87;
}
</style>
background-color css
<style>
a { background-color: #9ADB87; }
a { background-color: rgb(154,219,135); }
div.DivClassName
{
background-color: #9ADB87;
}
.BgClassName
{
background-color: #9ADB87;
}
</style>
border-color css
<style>
span { border-color: #9ADB87; }
span { border-color: rgb(154,219,135); }
td.TdClassName
{
border-color: #9ADB87;
}
.TagClassName
{
border-color: #9ADB87;
}
</style>