Shades of Gossip #A5C892
Tints of Gossip #A5C892
RGB
CMYK
RGB Variations
Color information
#A5C892 (or 0xA5C892) is known color: Gossip. HEX triplet: A5, C8 and 92. RGB value is (165,200,146). Sum of RGB (Red+Green+Blue) = 165+200+146=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C892 is #5A376D. Grayscale: #B7B7B7. Windows color (decimal): -5912430 or 9619621. OLE color: 9619621.
HSL color Cylindrical-coordinate representation of color #A5C892: hue angle of 98.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C892 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 200 | 146 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.22 |
| HSL | 98.89º | 0.33% | 0.68% | - |
| HSV(B) | 98.89º | 0.27% | 0.78% | - |
| XYZ | 41.36 | 51.38 | 34.93 | - |
| YUV | 183.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 146 | 0.18 | 0 | 0.27 | 0.22 | 98.89 | 0.33 | 0.68 |
| Hex | A5 | C8 | 92 | 12 | 0 | 1B | 16 | 63 | 21 | 44 |
| Octal | 245 | 310 | 222 | 22 | 0 | 33 | 26 | 143 | 41 | 104 |
| Binary | 10100101 | 11001000 | 10010010 | 10010 | 0 | 11011 | 10110 | 1100011 | 100001 | 1000100 |
Color Harmonies of #A5C892
Complementary color
Monochromatic Colors of #A5C892
Black with #A5C892
Text Example
Text Example
White with #A5C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C892; }
p { color: rgb(165,200,146); }
H1.HeaderClassName
{
color: #A5C892;
}
.AnyTagClassName
{
color: #A5C892;
}
</style>
background-color css
<style>
a { background-color: #A5C892; }
a { background-color: rgb(165,200,146); }
div.DivClassName
{
background-color: #A5C892;
}
.BgClassName
{
background-color: #A5C892;
}
</style>
border-color css
<style>
span { border-color: #A5C892; }
span { border-color: rgb(165,200,146); }
td.TdClassName
{
border-color: #A5C892;
}
.TagClassName
{
border-color: #A5C892;
}
</style>