Shades of Gossip #A5CC90
Tints of Gossip #A5CC90
RGB
CMYK
RGB Variations
Color information
#A5CC90 (or 0xA5CC90) is known color: Gossip. HEX triplet: A5, CC and 90. RGB value is (165,204,144). Sum of RGB (Red+Green+Blue) = 165+204+144=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC90 is #5A336F. Grayscale: #B9B9B9. Windows color (decimal): -5911408 or 9489573. OLE color: 9489573.
HSL color Cylindrical-coordinate representation of color #A5CC90: hue angle of 99º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CC90 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 144 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.2 |
| HSL | 99º | 0.37% | 0.68% | - |
| HSV(B) | 99º | 0.29% | 0.8% | - |
| XYZ | 42.14 | 53.2 | 34.43 | - |
| YUV | 185.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 144 | 0.19 | 0 | 0.29 | 0.2 | 99 | 0.37 | 0.68 |
| Hex | A5 | CC | 90 | 13 | 0 | 1D | 14 | 63 | 25 | 44 |
| Octal | 245 | 314 | 220 | 23 | 0 | 35 | 24 | 143 | 45 | 104 |
| Binary | 10100101 | 11001100 | 10010000 | 10011 | 0 | 11101 | 10100 | 1100011 | 100101 | 1000100 |
Color Harmonies of #A5CC90
Complementary color
Monochromatic Colors of #A5CC90
Black with #A5CC90
Text Example
Text Example
White with #A5CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC90; }
p { color: rgb(165,204,144); }
H1.HeaderClassName
{
color: #A5CC90;
}
.AnyTagClassName
{
color: #A5CC90;
}
</style>
background-color css
<style>
a { background-color: #A5CC90; }
a { background-color: rgb(165,204,144); }
div.DivClassName
{
background-color: #A5CC90;
}
.BgClassName
{
background-color: #A5CC90;
}
</style>
border-color css
<style>
span { border-color: #A5CC90; }
span { border-color: rgb(165,204,144); }
td.TdClassName
{
border-color: #A5CC90;
}
.TagClassName
{
border-color: #A5CC90;
}
</style>