Shades of Gossip #9AC788
Tints of Gossip #9AC788
RGB
CMYK
RGB Variations
Color information
#9AC788 (or 0x9AC788) is known color: Gossip. HEX triplet: 9A, C7 and 88. RGB value is (154,199,136). Sum of RGB (Red+Green+Blue) = 154+199+136=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC788 is #653877. Grayscale: #B2B2B2. Windows color (decimal): -6633592 or 8963994. OLE color: 8963994.
HSL color Cylindrical-coordinate representation of color #9AC788: hue angle of 102.86º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AC788 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 136 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.22 |
| HSL | 102.86º | 0.36% | 0.66% | - |
| HSV(B) | 102.86º | 0.32% | 0.78% | - |
| XYZ | 38.19 | 49.49 | 30.83 | - |
| YUV | 178.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 136 | 0.23 | 0 | 0.32 | 0.22 | 102.86 | 0.36 | 0.66 |
| Hex | 9A | C7 | 88 | 17 | 0 | 20 | 16 | 67 | 24 | 42 |
| Octal | 232 | 307 | 210 | 27 | 0 | 40 | 26 | 147 | 44 | 102 |
| Binary | 10011010 | 11000111 | 10001000 | 10111 | 0 | 100000 | 10110 | 1100111 | 100100 | 1000010 |
Color Harmonies of #9AC788
Complementary color
Monochromatic Colors of #9AC788
Black with #9AC788
Text Example
Text Example
White with #9AC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC788; }
p { color: rgb(154,199,136); }
H1.HeaderClassName
{
color: #9AC788;
}
.AnyTagClassName
{
color: #9AC788;
}
</style>
background-color css
<style>
a { background-color: #9AC788; }
a { background-color: rgb(154,199,136); }
div.DivClassName
{
background-color: #9AC788;
}
.BgClassName
{
background-color: #9AC788;
}
</style>
border-color css
<style>
span { border-color: #9AC788; }
span { border-color: rgb(154,199,136); }
td.TdClassName
{
border-color: #9AC788;
}
.TagClassName
{
border-color: #9AC788;
}
</style>