Shades of Gossip #A5CC8C
Tints of Gossip #A5CC8C
RGB
CMYK
RGB Variations
Color information
#A5CC8C (or 0xA5CC8C) is known color: Gossip. HEX triplet: A5, CC and 8C. RGB value is (165,204,140). Sum of RGB (Red+Green+Blue) = 165+204+140=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC8C is #5A3373. Grayscale: #B9B9B9. Windows color (decimal): -5911412 or 9227429. OLE color: 9227429.
HSL color Cylindrical-coordinate representation of color #A5CC8C: hue angle of 96.56º 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 #A5CC8C is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 140 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.2 |
| HSL | 96.56º | 0.39% | 0.67% | - |
| HSV(B) | 96.56º | 0.31% | 0.8% | - |
| XYZ | 41.84 | 53.08 | 32.85 | - |
| YUV | 185.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 140 | 0.19 | 0 | 0.31 | 0.2 | 96.56 | 0.39 | 0.67 |
| Hex | A5 | CC | 8C | 13 | 0 | 1F | 14 | 61 | 27 | 43 |
| Octal | 245 | 314 | 214 | 23 | 0 | 37 | 24 | 141 | 47 | 103 |
| Binary | 10100101 | 11001100 | 10001100 | 10011 | 0 | 11111 | 10100 | 1100001 | 100111 | 1000011 |
Color Harmonies of #A5CC8C
Complementary color
Monochromatic Colors of #A5CC8C
Black with #A5CC8C
Text Example
Text Example
White with #A5CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC8C; }
p { color: rgb(165,204,140); }
H1.HeaderClassName
{
color: #A5CC8C;
}
.AnyTagClassName
{
color: #A5CC8C;
}
</style>
background-color css
<style>
a { background-color: #A5CC8C; }
a { background-color: rgb(165,204,140); }
div.DivClassName
{
background-color: #A5CC8C;
}
.BgClassName
{
background-color: #A5CC8C;
}
</style>
border-color css
<style>
span { border-color: #A5CC8C; }
span { border-color: rgb(165,204,140); }
td.TdClassName
{
border-color: #A5CC8C;
}
.TagClassName
{
border-color: #A5CC8C;
}
</style>