Shades of Gossip #A2CE86
Tints of Gossip #A2CE86
RGB
CMYK
RGB Variations
Color information
#A2CE86 (or 0xA2CE86) is known color: Gossip. HEX triplet: A2, CE and 86. RGB value is (162,206,134). Sum of RGB (Red+Green+Blue) = 162+206+134=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE86 is #5D3179. Grayscale: #B8B8B8. Windows color (decimal): -6107514 or 8834722. OLE color: 8834722.
HSL color Cylindrical-coordinate representation of color #A2CE86: hue angle of 96.67º degrees, saturation: 0.42, 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 #A2CE86 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 134 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.19 |
| HSL | 96.67º | 0.42% | 0.67% | - |
| HSV(B) | 96.67º | 0.35% | 0.81% | - |
| XYZ | 41.27 | 53.55 | 30.71 | - |
| YUV | 184.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 134 | 0.21 | 0 | 0.35 | 0.19 | 96.67 | 0.42 | 0.67 |
| Hex | A2 | CE | 86 | 15 | 0 | 23 | 13 | 61 | 2A | 43 |
| Octal | 242 | 316 | 206 | 25 | 0 | 43 | 23 | 141 | 52 | 103 |
| Binary | 10100010 | 11001110 | 10000110 | 10101 | 0 | 100011 | 10011 | 1100001 | 101010 | 1000011 |
Color Harmonies of #A2CE86
Complementary color
Monochromatic Colors of #A2CE86
Black with #A2CE86
Text Example
Text Example
White with #A2CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE86; }
p { color: rgb(162,206,134); }
H1.HeaderClassName
{
color: #A2CE86;
}
.AnyTagClassName
{
color: #A2CE86;
}
</style>
background-color css
<style>
a { background-color: #A2CE86; }
a { background-color: rgb(162,206,134); }
div.DivClassName
{
background-color: #A2CE86;
}
.BgClassName
{
background-color: #A2CE86;
}
</style>
border-color css
<style>
span { border-color: #A2CE86; }
span { border-color: rgb(162,206,134); }
td.TdClassName
{
border-color: #A2CE86;
}
.TagClassName
{
border-color: #A2CE86;
}
</style>