Shades of Gossip #9AC483
Tints of Gossip #9AC483
RGB
CMYK
RGB Variations
Color information
#9AC483 (or 0x9AC483) is known color: Gossip. HEX triplet: 9A, C4 and 83. RGB value is (154,196,131). Sum of RGB (Red+Green+Blue) = 154+196+131=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC483 is #653B7C. Grayscale: #B0B0B0. Windows color (decimal): -6634365 or 8635546. OLE color: 8635546.
HSL color Cylindrical-coordinate representation of color #9AC483: hue angle of 98.77º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AC483 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 196 | 131 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.23 |
| HSL | 98.77º | 0.36% | 0.64% | - |
| HSV(B) | 98.77º | 0.33% | 0.77% | - |
| XYZ | 37.16 | 47.99 | 28.78 | - |
| YUV | 176.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 196 | 131 | 0.21 | 0 | 0.33 | 0.23 | 98.77 | 0.36 | 0.64 |
| Hex | 9A | C4 | 83 | 15 | 0 | 21 | 17 | 63 | 24 | 40 |
| Octal | 232 | 304 | 203 | 25 | 0 | 41 | 27 | 143 | 44 | 100 |
| Binary | 10011010 | 11000100 | 10000011 | 10101 | 0 | 100001 | 10111 | 1100011 | 100100 | 1000000 |
Color Harmonies of #9AC483
Complementary color
Monochromatic Colors of #9AC483
Black with #9AC483
Text Example
Text Example
White with #9AC483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC483; }
p { color: rgb(154,196,131); }
H1.HeaderClassName
{
color: #9AC483;
}
.AnyTagClassName
{
color: #9AC483;
}
</style>
background-color css
<style>
a { background-color: #9AC483; }
a { background-color: rgb(154,196,131); }
div.DivClassName
{
background-color: #9AC483;
}
.BgClassName
{
background-color: #9AC483;
}
</style>
border-color css
<style>
span { border-color: #9AC483; }
span { border-color: rgb(154,196,131); }
td.TdClassName
{
border-color: #9AC483;
}
.TagClassName
{
border-color: #9AC483;
}
</style>