Shades of Gossip #A2CC8B
Tints of Gossip #A2CC8B
RGB
CMYK
RGB Variations
Color information
#A2CC8B (or 0xA2CC8B) is known color: Gossip. HEX triplet: A2, CC and 8B. RGB value is (162,204,139). Sum of RGB (Red+Green+Blue) = 162+204+139=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC8B is #5D3374. Grayscale: #B8B8B8. Windows color (decimal): -6108021 or 9161890. OLE color: 9161890.
HSL color Cylindrical-coordinate representation of color #A2CC8B: hue angle of 98.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CC8B is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 139 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.2 |
| HSL | 98.77º | 0.39% | 0.67% | - |
| HSV(B) | 98.77º | 0.32% | 0.8% | - |
| XYZ | 41.15 | 52.73 | 32.44 | - |
| YUV | 184.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 139 | 0.21 | 0 | 0.32 | 0.2 | 98.77 | 0.39 | 0.67 |
| Hex | A2 | CC | 8B | 15 | 0 | 20 | 14 | 63 | 27 | 43 |
| Octal | 242 | 314 | 213 | 25 | 0 | 40 | 24 | 143 | 47 | 103 |
| Binary | 10100010 | 11001100 | 10001011 | 10101 | 0 | 100000 | 10100 | 1100011 | 100111 | 1000011 |
Color Harmonies of #A2CC8B
Complementary color
Monochromatic Colors of #A2CC8B
Black with #A2CC8B
Text Example
Text Example
White with #A2CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC8B; }
p { color: rgb(162,204,139); }
H1.HeaderClassName
{
color: #A2CC8B;
}
.AnyTagClassName
{
color: #A2CC8B;
}
</style>
background-color css
<style>
a { background-color: #A2CC8B; }
a { background-color: rgb(162,204,139); }
div.DivClassName
{
background-color: #A2CC8B;
}
.BgClassName
{
background-color: #A2CC8B;
}
</style>
border-color css
<style>
span { border-color: #A2CC8B; }
span { border-color: rgb(162,204,139); }
td.TdClassName
{
border-color: #A2CC8B;
}
.TagClassName
{
border-color: #A2CC8B;
}
</style>