Shades of Gossip #A2CF86
Tints of Gossip #A2CF86
RGB
CMYK
RGB Variations
Color information
#A2CF86 (or 0xA2CF86) is known color: Gossip. HEX triplet: A2, CF and 86. RGB value is (162,207,134). Sum of RGB (Red+Green+Blue) = 162+207+134=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF86 is #5D3079. Grayscale: #B9B9B9. Windows color (decimal): -6107258 or 8834978. OLE color: 8834978.
HSL color Cylindrical-coordinate representation of color #A2CF86: hue angle of 96.99º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2CF86 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 134 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.19 |
| HSL | 96.99º | 0.43% | 0.67% | - |
| HSV(B) | 96.99º | 0.35% | 0.81% | - |
| XYZ | 41.52 | 54.03 | 30.79 | - |
| YUV | 185.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 134 | 0.22 | 0 | 0.35 | 0.19 | 96.99 | 0.43 | 0.67 |
| Hex | A2 | CF | 86 | 16 | 0 | 23 | 13 | 61 | 2B | 43 |
| Octal | 242 | 317 | 206 | 26 | 0 | 43 | 23 | 141 | 53 | 103 |
| Binary | 10100010 | 11001111 | 10000110 | 10110 | 0 | 100011 | 10011 | 1100001 | 101011 | 1000011 |
Color Harmonies of #A2CF86
Complementary color
Monochromatic Colors of #A2CF86
Black with #A2CF86
Text Example
Text Example
White with #A2CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF86; }
p { color: rgb(162,207,134); }
H1.HeaderClassName
{
color: #A2CF86;
}
.AnyTagClassName
{
color: #A2CF86;
}
</style>
background-color css
<style>
a { background-color: #A2CF86; }
a { background-color: rgb(162,207,134); }
div.DivClassName
{
background-color: #A2CF86;
}
.BgClassName
{
background-color: #A2CF86;
}
</style>
border-color css
<style>
span { border-color: #A2CF86; }
span { border-color: rgb(162,207,134); }
td.TdClassName
{
border-color: #A2CF86;
}
.TagClassName
{
border-color: #A2CF86;
}
</style>