Shades of Gossip #9AC188
Tints of Gossip #9AC188
RGB
CMYK
RGB Variations
Color information
#9AC188 (or 0x9AC188) is known color: Gossip. HEX triplet: 9A, C1 and 88. RGB value is (154,193,136). Sum of RGB (Red+Green+Blue) = 154+193+136=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC188 is #653E77. Grayscale: #AFAFAF. Windows color (decimal): -6635128 or 8962458. OLE color: 8962458.
HSL color Cylindrical-coordinate representation of color #9AC188: hue angle of 101.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC188 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 136 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.24 |
| HSL | 101.05º | 0.31% | 0.65% | - |
| HSV(B) | 101.05º | 0.3% | 0.76% | - |
| XYZ | 36.84 | 46.79 | 30.38 | - |
| YUV | 174.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 136 | 0.20 | 0 | 0.30 | 0.24 | 101.05 | 0.31 | 0.65 |
| Hex | 9A | C1 | 88 | 14 | 0 | 1E | 18 | 65 | 1F | 41 |
| Octal | 232 | 301 | 210 | 24 | 0 | 36 | 30 | 145 | 37 | 101 |
| Binary | 10011010 | 11000001 | 10001000 | 10100 | 0 | 11110 | 11000 | 1100101 | 11111 | 1000001 |
Color Harmonies of #9AC188
Complementary color
Monochromatic Colors of #9AC188
Black with #9AC188
Text Example
Text Example
White with #9AC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC188; }
p { color: rgb(154,193,136); }
H1.HeaderClassName
{
color: #9AC188;
}
.AnyTagClassName
{
color: #9AC188;
}
</style>
background-color css
<style>
a { background-color: #9AC188; }
a { background-color: rgb(154,193,136); }
div.DivClassName
{
background-color: #9AC188;
}
.BgClassName
{
background-color: #9AC188;
}
</style>
border-color css
<style>
span { border-color: #9AC188; }
span { border-color: rgb(154,193,136); }
td.TdClassName
{
border-color: #9AC188;
}
.TagClassName
{
border-color: #9AC188;
}
</style>