Shades of Gossip #9AC685
Tints of Gossip #9AC685
RGB
CMYK
RGB Variations
Color information
#9AC685 (or 0x9AC685) is known color: Gossip. HEX triplet: 9A, C6 and 85. RGB value is (154,198,133). Sum of RGB (Red+Green+Blue) = 154+198+133=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC685 is #65397A. Grayscale: #B1B1B1. Windows color (decimal): -6633851 or 8767130. OLE color: 8767130.
HSL color Cylindrical-coordinate representation of color #9AC685: hue angle of 100.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AC685 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 133 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.22 |
| HSL | 100.62º | 0.36% | 0.65% | - |
| HSV(B) | 100.62º | 0.33% | 0.78% | - |
| XYZ | 37.75 | 48.95 | 29.65 | - |
| YUV | 177.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 133 | 0.22 | 0 | 0.33 | 0.22 | 100.62 | 0.36 | 0.65 |
| Hex | 9A | C6 | 85 | 16 | 0 | 21 | 16 | 65 | 24 | 41 |
| Octal | 232 | 306 | 205 | 26 | 0 | 41 | 26 | 145 | 44 | 101 |
| Binary | 10011010 | 11000110 | 10000101 | 10110 | 0 | 100001 | 10110 | 1100101 | 100100 | 1000001 |
Color Harmonies of #9AC685
Complementary color
Monochromatic Colors of #9AC685
Black with #9AC685
Text Example
Text Example
White with #9AC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC685; }
p { color: rgb(154,198,133); }
H1.HeaderClassName
{
color: #9AC685;
}
.AnyTagClassName
{
color: #9AC685;
}
</style>
background-color css
<style>
a { background-color: #9AC685; }
a { background-color: rgb(154,198,133); }
div.DivClassName
{
background-color: #9AC685;
}
.BgClassName
{
background-color: #9AC685;
}
</style>
border-color css
<style>
span { border-color: #9AC685; }
span { border-color: rgb(154,198,133); }
td.TdClassName
{
border-color: #9AC685;
}
.TagClassName
{
border-color: #9AC685;
}
</style>