Shades of Gossip #9AC283
Tints of Gossip #9AC283
RGB
CMYK
RGB Variations
Color information
#9AC283 (or 0x9AC283) is known color: Gossip. HEX triplet: 9A, C2 and 83. RGB value is (154,194,131). Sum of RGB (Red+Green+Blue) = 154+194+131=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC283 is #653D7C. Grayscale: #AFAFAF. Windows color (decimal): -6634877 or 8635034. OLE color: 8635034.
HSL color Cylindrical-coordinate representation of color #9AC283: hue angle of 98.1º 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 #9AC283 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 131 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.24 |
| HSL | 98.1º | 0.34% | 0.64% | - |
| HSV(B) | 98.1º | 0.32% | 0.76% | - |
| XYZ | 36.71 | 47.09 | 28.63 | - |
| YUV | 174.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 131 | 0.21 | 0 | 0.32 | 0.24 | 98.1 | 0.34 | 0.64 |
| Hex | 9A | C2 | 83 | 15 | 0 | 20 | 18 | 62 | 22 | 40 |
| Octal | 232 | 302 | 203 | 25 | 0 | 40 | 30 | 142 | 42 | 100 |
| Binary | 10011010 | 11000010 | 10000011 | 10101 | 0 | 100000 | 11000 | 1100010 | 100010 | 1000000 |
Color Harmonies of #9AC283
Complementary color
Monochromatic Colors of #9AC283
Black with #9AC283
Text Example
Text Example
White with #9AC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC283; }
p { color: rgb(154,194,131); }
H1.HeaderClassName
{
color: #9AC283;
}
.AnyTagClassName
{
color: #9AC283;
}
</style>
background-color css
<style>
a { background-color: #9AC283; }
a { background-color: rgb(154,194,131); }
div.DivClassName
{
background-color: #9AC283;
}
.BgClassName
{
background-color: #9AC283;
}
</style>
border-color css
<style>
span { border-color: #9AC283; }
span { border-color: rgb(154,194,131); }
td.TdClassName
{
border-color: #9AC283;
}
.TagClassName
{
border-color: #9AC283;
}
</style>