Shades of Gossip #A2CC88
Tints of Gossip #A2CC88
RGB
CMYK
RGB Variations
Color information
#A2CC88 (or 0xA2CC88) is known color: Gossip. HEX triplet: A2, CC and 88. RGB value is (162,204,136). Sum of RGB (Red+Green+Blue) = 162+204+136=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC88 is #5D3377. Grayscale: #B7B7B7. Windows color (decimal): -6108024 or 8965282. OLE color: 8965282.
HSL color Cylindrical-coordinate representation of color #A2CC88: hue angle of 97.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2CC88 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 136 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.2 |
| HSL | 97.06º | 0.4% | 0.67% | - |
| HSV(B) | 97.06º | 0.33% | 0.8% | - |
| XYZ | 40.94 | 52.64 | 31.3 | - |
| YUV | 183.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 136 | 0.21 | 0 | 0.33 | 0.2 | 97.06 | 0.4 | 0.67 |
| Hex | A2 | CC | 88 | 15 | 0 | 21 | 14 | 61 | 28 | 43 |
| Octal | 242 | 314 | 210 | 25 | 0 | 41 | 24 | 141 | 50 | 103 |
| Binary | 10100010 | 11001100 | 10001000 | 10101 | 0 | 100001 | 10100 | 1100001 | 101000 | 1000011 |
Color Harmonies of #A2CC88
Complementary color
Monochromatic Colors of #A2CC88
Black with #A2CC88
Text Example
Text Example
White with #A2CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC88; }
p { color: rgb(162,204,136); }
H1.HeaderClassName
{
color: #A2CC88;
}
.AnyTagClassName
{
color: #A2CC88;
}
</style>
background-color css
<style>
a { background-color: #A2CC88; }
a { background-color: rgb(162,204,136); }
div.DivClassName
{
background-color: #A2CC88;
}
.BgClassName
{
background-color: #A2CC88;
}
</style>
border-color css
<style>
span { border-color: #A2CC88; }
span { border-color: rgb(162,204,136); }
td.TdClassName
{
border-color: #A2CC88;
}
.TagClassName
{
border-color: #A2CC88;
}
</style>