Shades of Gossip #9AC385
Tints of Gossip #9AC385
RGB
CMYK
RGB Variations
Color information
#9AC385 (or 0x9AC385) is known color: Gossip. HEX triplet: 9A, C3 and 85. RGB value is (154,195,133). Sum of RGB (Red+Green+Blue) = 154+195+133=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC385 is #653C7A. Grayscale: #AFAFAF. Windows color (decimal): -6634619 or 8766362. OLE color: 8766362.
HSL color Cylindrical-coordinate representation of color #9AC385: hue angle of 99.68º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AC385 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 133 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.24 |
| HSL | 99.68º | 0.34% | 0.64% | - |
| HSV(B) | 99.68º | 0.32% | 0.76% | - |
| XYZ | 37.08 | 47.59 | 29.42 | - |
| YUV | 175.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 133 | 0.21 | 0 | 0.32 | 0.24 | 99.68 | 0.34 | 0.64 |
| Hex | 9A | C3 | 85 | 15 | 0 | 20 | 18 | 64 | 22 | 40 |
| Octal | 232 | 303 | 205 | 25 | 0 | 40 | 30 | 144 | 42 | 100 |
| Binary | 10011010 | 11000011 | 10000101 | 10101 | 0 | 100000 | 11000 | 1100100 | 100010 | 1000000 |
Color Harmonies of #9AC385
Complementary color
Monochromatic Colors of #9AC385
Black with #9AC385
Text Example
Text Example
White with #9AC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC385; }
p { color: rgb(154,195,133); }
H1.HeaderClassName
{
color: #9AC385;
}
.AnyTagClassName
{
color: #9AC385;
}
</style>
background-color css
<style>
a { background-color: #9AC385; }
a { background-color: rgb(154,195,133); }
div.DivClassName
{
background-color: #9AC385;
}
.BgClassName
{
background-color: #9AC385;
}
</style>
border-color css
<style>
span { border-color: #9AC385; }
span { border-color: rgb(154,195,133); }
td.TdClassName
{
border-color: #9AC385;
}
.TagClassName
{
border-color: #9AC385;
}
</style>