Shades of Gossip #A0C88B
Tints of Gossip #A0C88B
RGB
CMYK
RGB Variations
Color information
#A0C88B (or 0xA0C88B) is known color: Gossip. HEX triplet: A0, C8 and 8B. RGB value is (160,200,139). Sum of RGB (Red+Green+Blue) = 160+200+139=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C88B is #5F3774. Grayscale: #B5B5B5. Windows color (decimal): -6240117 or 9160864. OLE color: 9160864.
HSL color Cylindrical-coordinate representation of color #A0C88B: hue angle of 99.34º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0C88B is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 139 | - |
| CMYK | 0.2 | 0 | 0.30 | 0.22 |
| HSL | 99.34º | 0.36% | 0.66% | - |
| HSV(B) | 99.34º | 0.31% | 0.78% | - |
| XYZ | 39.81 | 50.65 | 32.1 | - |
| YUV | 181.09 | 104.25 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 139 | 0.2 | 0 | 0.30 | 0.22 | 99.34 | 0.36 | 0.66 |
| Hex | A0 | C8 | 8B | 14 | 0 | 1E | 16 | 63 | 24 | 42 |
| Octal | 240 | 310 | 213 | 24 | 0 | 36 | 26 | 143 | 44 | 102 |
| Binary | 10100000 | 11001000 | 10001011 | 10100 | 0 | 11110 | 10110 | 1100011 | 100100 | 1000010 |
Color Harmonies of #A0C88B
Complementary color
Monochromatic Colors of #A0C88B
Black with #A0C88B
Text Example
Text Example
White with #A0C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C88B; }
p { color: rgb(160,200,139); }
H1.HeaderClassName
{
color: #A0C88B;
}
.AnyTagClassName
{
color: #A0C88B;
}
</style>
background-color css
<style>
a { background-color: #A0C88B; }
a { background-color: rgb(160,200,139); }
div.DivClassName
{
background-color: #A0C88B;
}
.BgClassName
{
background-color: #A0C88B;
}
</style>
border-color css
<style>
span { border-color: #A0C88B; }
span { border-color: rgb(160,200,139); }
td.TdClassName
{
border-color: #A0C88B;
}
.TagClassName
{
border-color: #A0C88B;
}
</style>