Shades of Gossip #9AC088
Tints of Gossip #9AC088
RGB
CMYK
RGB Variations
Color information
#9AC088 (or 0x9AC088) is known color: Gossip. HEX triplet: 9A, C0 and 88. RGB value is (154,192,136). Sum of RGB (Red+Green+Blue) = 154+192+136=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC088 is #653F77. Grayscale: #AEAEAE. Windows color (decimal): -6635384 or 8962202. OLE color: 8962202.
HSL color Cylindrical-coordinate representation of color #9AC088: hue angle of 100.71º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AC088 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 136 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.25 |
| HSL | 100.71º | 0.31% | 0.64% | - |
| HSV(B) | 100.71º | 0.29% | 0.75% | - |
| XYZ | 36.62 | 46.35 | 30.31 | - |
| YUV | 174.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 136 | 0.20 | 0 | 0.29 | 0.25 | 100.71 | 0.31 | 0.64 |
| Hex | 9A | C0 | 88 | 14 | 0 | 1D | 19 | 65 | 1F | 40 |
| Octal | 232 | 300 | 210 | 24 | 0 | 35 | 31 | 145 | 37 | 100 |
| Binary | 10011010 | 11000000 | 10001000 | 10100 | 0 | 11101 | 11001 | 1100101 | 11111 | 1000000 |
Color Harmonies of #9AC088
Complementary color
Monochromatic Colors of #9AC088
Black with #9AC088
Text Example
Text Example
White with #9AC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC088; }
p { color: rgb(154,192,136); }
H1.HeaderClassName
{
color: #9AC088;
}
.AnyTagClassName
{
color: #9AC088;
}
</style>
background-color css
<style>
a { background-color: #9AC088; }
a { background-color: rgb(154,192,136); }
div.DivClassName
{
background-color: #9AC088;
}
.BgClassName
{
background-color: #9AC088;
}
</style>
border-color css
<style>
span { border-color: #9AC088; }
span { border-color: rgb(154,192,136); }
td.TdClassName
{
border-color: #9AC088;
}
.TagClassName
{
border-color: #9AC088;
}
</style>