Shades of Gossip #A2CF87
Tints of Gossip #A2CF87
RGB
CMYK
RGB Variations
Color information
#A2CF87 (or 0xA2CF87) is known color: Gossip. HEX triplet: A2, CF and 87. RGB value is (162,207,135). Sum of RGB (Red+Green+Blue) = 162+207+135=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF87 is #5D3078. Grayscale: #B9B9B9. Windows color (decimal): -6107257 or 8900514. OLE color: 8900514.
HSL color Cylindrical-coordinate representation of color #A2CF87: hue angle of 97.5º 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 #A2CF87 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 135 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.19 |
| HSL | 97.5º | 0.43% | 0.67% | - |
| HSV(B) | 97.5º | 0.35% | 0.81% | - |
| XYZ | 41.59 | 54.06 | 31.16 | - |
| YUV | 185.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 135 | 0.22 | 0 | 0.35 | 0.19 | 97.5 | 0.43 | 0.67 |
| Hex | A2 | CF | 87 | 16 | 0 | 23 | 13 | 62 | 2B | 43 |
| Octal | 242 | 317 | 207 | 26 | 0 | 43 | 23 | 142 | 53 | 103 |
| Binary | 10100010 | 11001111 | 10000111 | 10110 | 0 | 100011 | 10011 | 1100010 | 101011 | 1000011 |
Color Harmonies of #A2CF87
Complementary color
Monochromatic Colors of #A2CF87
Black with #A2CF87
Text Example
Text Example
White with #A2CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF87; }
p { color: rgb(162,207,135); }
H1.HeaderClassName
{
color: #A2CF87;
}
.AnyTagClassName
{
color: #A2CF87;
}
</style>
background-color css
<style>
a { background-color: #A2CF87; }
a { background-color: rgb(162,207,135); }
div.DivClassName
{
background-color: #A2CF87;
}
.BgClassName
{
background-color: #A2CF87;
}
</style>
border-color css
<style>
span { border-color: #A2CF87; }
span { border-color: rgb(162,207,135); }
td.TdClassName
{
border-color: #A2CF87;
}
.TagClassName
{
border-color: #A2CF87;
}
</style>