Shades of Gossip #A0C98B
Tints of Gossip #A0C98B
RGB
CMYK
RGB Variations
Color information
#A0C98B (or 0xA0C98B) is known color: Gossip. HEX triplet: A0, C9 and 8B. RGB value is (160,201,139). Sum of RGB (Red+Green+Blue) = 160+201+139=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C98B is #5F3674. Grayscale: #B5B5B5. Windows color (decimal): -6239861 or 9161120. OLE color: 9161120.
HSL color Cylindrical-coordinate representation of color #A0C98B: hue angle of 99.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C98B is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 139 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.21 |
| HSL | 99.68º | 0.36% | 0.67% | - |
| HSV(B) | 99.68º | 0.31% | 0.79% | - |
| XYZ | 40.04 | 51.11 | 32.18 | - |
| YUV | 181.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 139 | 0.20 | 0 | 0.31 | 0.21 | 99.68 | 0.36 | 0.67 |
| Hex | A0 | C9 | 8B | 14 | 0 | 1F | 15 | 64 | 24 | 43 |
| Octal | 240 | 311 | 213 | 24 | 0 | 37 | 25 | 144 | 44 | 103 |
| Binary | 10100000 | 11001001 | 10001011 | 10100 | 0 | 11111 | 10101 | 1100100 | 100100 | 1000011 |
Color Harmonies of #A0C98B
Complementary color
Monochromatic Colors of #A0C98B
Black with #A0C98B
Text Example
Text Example
White with #A0C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C98B; }
p { color: rgb(160,201,139); }
H1.HeaderClassName
{
color: #A0C98B;
}
.AnyTagClassName
{
color: #A0C98B;
}
</style>
background-color css
<style>
a { background-color: #A0C98B; }
a { background-color: rgb(160,201,139); }
div.DivClassName
{
background-color: #A0C98B;
}
.BgClassName
{
background-color: #A0C98B;
}
</style>
border-color css
<style>
span { border-color: #A0C98B; }
span { border-color: rgb(160,201,139); }
td.TdClassName
{
border-color: #A0C98B;
}
.TagClassName
{
border-color: #A0C98B;
}
</style>