Shades of Gossip #A2CF88
Tints of Gossip #A2CF88
RGB
CMYK
RGB Variations
Color information
#A2CF88 (or 0xA2CF88) is known color: Gossip. HEX triplet: A2, CF and 88. RGB value is (162,207,136). Sum of RGB (Red+Green+Blue) = 162+207+136=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF88 is #5D3077. Grayscale: #B9B9B9. Windows color (decimal): -6107256 or 8966050. OLE color: 8966050.
HSL color Cylindrical-coordinate representation of color #A2CF88: hue angle of 98.03º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2CF88 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 136 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.19 |
| HSL | 98.03º | 0.43% | 0.67% | - |
| HSV(B) | 98.03º | 0.34% | 0.81% | - |
| XYZ | 41.66 | 54.08 | 31.54 | - |
| YUV | 185.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 136 | 0.22 | 0 | 0.34 | 0.19 | 98.03 | 0.43 | 0.67 |
| Hex | A2 | CF | 88 | 16 | 0 | 22 | 13 | 62 | 2B | 43 |
| Octal | 242 | 317 | 210 | 26 | 0 | 42 | 23 | 142 | 53 | 103 |
| Binary | 10100010 | 11001111 | 10001000 | 10110 | 0 | 100010 | 10011 | 1100010 | 101011 | 1000011 |
Color Harmonies of #A2CF88
Complementary color
Monochromatic Colors of #A2CF88
Black with #A2CF88
Text Example
Text Example
White with #A2CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF88; }
p { color: rgb(162,207,136); }
H1.HeaderClassName
{
color: #A2CF88;
}
.AnyTagClassName
{
color: #A2CF88;
}
</style>
background-color css
<style>
a { background-color: #A2CF88; }
a { background-color: rgb(162,207,136); }
div.DivClassName
{
background-color: #A2CF88;
}
.BgClassName
{
background-color: #A2CF88;
}
</style>
border-color css
<style>
span { border-color: #A2CF88; }
span { border-color: rgb(162,207,136); }
td.TdClassName
{
border-color: #A2CF88;
}
.TagClassName
{
border-color: #A2CF88;
}
</style>