Shades of Gossip #A5CC8E
Tints of Gossip #A5CC8E
RGB
CMYK
RGB Variations
Color information
#A5CC8E (or 0xA5CC8E) is known color: Gossip. HEX triplet: A5, CC and 8E. RGB value is (165,204,142). Sum of RGB (Red+Green+Blue) = 165+204+142=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC8E is #5A3371. Grayscale: #B9B9B9. Windows color (decimal): -5911410 or 9358501. OLE color: 9358501.
HSL color Cylindrical-coordinate representation of color #A5CC8E: hue angle of 97.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CC8E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 142 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.2 |
| HSL | 97.74º | 0.38% | 0.68% | - |
| HSV(B) | 97.74º | 0.3% | 0.8% | - |
| XYZ | 41.99 | 53.14 | 33.63 | - |
| YUV | 185.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 142 | 0.19 | 0 | 0.30 | 0.2 | 97.74 | 0.38 | 0.68 |
| Hex | A5 | CC | 8E | 13 | 0 | 1E | 14 | 62 | 26 | 44 |
| Octal | 245 | 314 | 216 | 23 | 0 | 36 | 24 | 142 | 46 | 104 |
| Binary | 10100101 | 11001100 | 10001110 | 10011 | 0 | 11110 | 10100 | 1100010 | 100110 | 1000100 |
Color Harmonies of #A5CC8E
Complementary color
Monochromatic Colors of #A5CC8E
Black with #A5CC8E
Text Example
Text Example
White with #A5CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC8E; }
p { color: rgb(165,204,142); }
H1.HeaderClassName
{
color: #A5CC8E;
}
.AnyTagClassName
{
color: #A5CC8E;
}
</style>
background-color css
<style>
a { background-color: #A5CC8E; }
a { background-color: rgb(165,204,142); }
div.DivClassName
{
background-color: #A5CC8E;
}
.BgClassName
{
background-color: #A5CC8E;
}
</style>
border-color css
<style>
span { border-color: #A5CC8E; }
span { border-color: rgb(165,204,142); }
td.TdClassName
{
border-color: #A5CC8E;
}
.TagClassName
{
border-color: #A5CC8E;
}
</style>