Shades of Gossip #9AC584
Tints of Gossip #9AC584
RGB
CMYK
RGB Variations
Color information
#9AC584 (or 0x9AC584) is known color: Gossip. HEX triplet: 9A, C5 and 84. RGB value is (154,197,132). Sum of RGB (Red+Green+Blue) = 154+197+132=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC584 is #653A7B. Grayscale: #B0B0B0. Windows color (decimal): -6634108 or 8701338. OLE color: 8701338.
HSL color Cylindrical-coordinate representation of color #9AC584: hue angle of 99.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AC584 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 132 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.23 |
| HSL | 99.69º | 0.36% | 0.65% | - |
| HSV(B) | 99.69º | 0.33% | 0.77% | - |
| XYZ | 37.46 | 48.47 | 29.21 | - |
| YUV | 176.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 132 | 0.22 | 0 | 0.33 | 0.23 | 99.69 | 0.36 | 0.65 |
| Hex | 9A | C5 | 84 | 16 | 0 | 21 | 17 | 64 | 24 | 41 |
| Octal | 232 | 305 | 204 | 26 | 0 | 41 | 27 | 144 | 44 | 101 |
| Binary | 10011010 | 11000101 | 10000100 | 10110 | 0 | 100001 | 10111 | 1100100 | 100100 | 1000001 |
Color Harmonies of #9AC584
Complementary color
Monochromatic Colors of #9AC584
Black with #9AC584
Text Example
Text Example
White with #9AC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC584; }
p { color: rgb(154,197,132); }
H1.HeaderClassName
{
color: #9AC584;
}
.AnyTagClassName
{
color: #9AC584;
}
</style>
background-color css
<style>
a { background-color: #9AC584; }
a { background-color: rgb(154,197,132); }
div.DivClassName
{
background-color: #9AC584;
}
.BgClassName
{
background-color: #9AC584;
}
</style>
border-color css
<style>
span { border-color: #9AC584; }
span { border-color: rgb(154,197,132); }
td.TdClassName
{
border-color: #9AC584;
}
.TagClassName
{
border-color: #9AC584;
}
</style>