Shades of Gossip #A0CB87
Tints of Gossip #A0CB87
RGB
CMYK
RGB Variations
Color information
#A0CB87 (or 0xA0CB87) is known color: Gossip. HEX triplet: A0, CB and 87. RGB value is (160,203,135). Sum of RGB (Red+Green+Blue) = 160+203+135=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB87 is #5F3478. Grayscale: #B6B6B6. Windows color (decimal): -6239353 or 8899488. OLE color: 8899488.
HSL color Cylindrical-coordinate representation of color #A0CB87: hue angle of 97.94º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CB87 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 135 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.20 |
| HSL | 97.94º | 0.4% | 0.66% | - |
| HSV(B) | 97.94º | 0.33% | 0.8% | - |
| XYZ | 40.23 | 51.93 | 30.83 | - |
| YUV | 182.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 135 | 0.21 | 0 | 0.33 | 0.20 | 97.94 | 0.4 | 0.66 |
| Hex | A0 | CB | 87 | 15 | 0 | 21 | 14 | 62 | 28 | 42 |
| Octal | 240 | 313 | 207 | 25 | 0 | 41 | 24 | 142 | 50 | 102 |
| Binary | 10100000 | 11001011 | 10000111 | 10101 | 0 | 100001 | 10100 | 1100010 | 101000 | 1000010 |
Color Harmonies of #A0CB87
Complementary color
Monochromatic Colors of #A0CB87
Black with #A0CB87
Text Example
Text Example
White with #A0CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB87; }
p { color: rgb(160,203,135); }
H1.HeaderClassName
{
color: #A0CB87;
}
.AnyTagClassName
{
color: #A0CB87;
}
</style>
background-color css
<style>
a { background-color: #A0CB87; }
a { background-color: rgb(160,203,135); }
div.DivClassName
{
background-color: #A0CB87;
}
.BgClassName
{
background-color: #A0CB87;
}
</style>
border-color css
<style>
span { border-color: #A0CB87; }
span { border-color: rgb(160,203,135); }
td.TdClassName
{
border-color: #A0CB87;
}
.TagClassName
{
border-color: #A0CB87;
}
</style>