Shades of Gossip #A2CC8C
Tints of Gossip #A2CC8C
RGB
CMYK
RGB Variations
Color information
#A2CC8C (or 0xA2CC8C) is known color: Gossip. HEX triplet: A2, CC and 8C. RGB value is (162,204,140). Sum of RGB (Red+Green+Blue) = 162+204+140=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC8C is #5D3373. Grayscale: #B8B8B8. Windows color (decimal): -6108020 or 9227426. OLE color: 9227426.
HSL color Cylindrical-coordinate representation of color #A2CC8C: hue angle of 99.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2CC8C is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 140 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.2 |
| HSL | 99.38º | 0.39% | 0.67% | - |
| HSV(B) | 99.38º | 0.31% | 0.8% | - |
| XYZ | 41.23 | 52.76 | 32.82 | - |
| YUV | 184.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 140 | 0.21 | 0 | 0.31 | 0.2 | 99.38 | 0.39 | 0.67 |
| Hex | A2 | CC | 8C | 15 | 0 | 1F | 14 | 63 | 27 | 43 |
| Octal | 242 | 314 | 214 | 25 | 0 | 37 | 24 | 143 | 47 | 103 |
| Binary | 10100010 | 11001100 | 10001100 | 10101 | 0 | 11111 | 10100 | 1100011 | 100111 | 1000011 |
Color Harmonies of #A2CC8C
Complementary color
Monochromatic Colors of #A2CC8C
Black with #A2CC8C
Text Example
Text Example
White with #A2CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC8C; }
p { color: rgb(162,204,140); }
H1.HeaderClassName
{
color: #A2CC8C;
}
.AnyTagClassName
{
color: #A2CC8C;
}
</style>
background-color css
<style>
a { background-color: #A2CC8C; }
a { background-color: rgb(162,204,140); }
div.DivClassName
{
background-color: #A2CC8C;
}
.BgClassName
{
background-color: #A2CC8C;
}
</style>
border-color css
<style>
span { border-color: #A2CC8C; }
span { border-color: rgb(162,204,140); }
td.TdClassName
{
border-color: #A2CC8C;
}
.TagClassName
{
border-color: #A2CC8C;
}
</style>