Shades of Gossip #A5CA93
Tints of Gossip #A5CA93
RGB
CMYK
RGB Variations
Color information
#A5CA93 (or 0xA5CA93) is known color: Gossip. HEX triplet: A5, CA and 93. RGB value is (165,202,147). Sum of RGB (Red+Green+Blue) = 165+202+147=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA93 is #5A356C. Grayscale: #B8B8B8. Windows color (decimal): -5911917 or 9685669. OLE color: 9685669.
HSL color Cylindrical-coordinate representation of color #A5CA93: hue angle of 100.36º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CA93 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 147 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.21 |
| HSL | 100.36º | 0.34% | 0.68% | - |
| HSV(B) | 100.36º | 0.27% | 0.79% | - |
| XYZ | 41.9 | 52.35 | 35.5 | - |
| YUV | 184.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 147 | 0.18 | 0 | 0.27 | 0.21 | 100.36 | 0.34 | 0.68 |
| Hex | A5 | CA | 93 | 12 | 0 | 1B | 15 | 64 | 22 | 44 |
| Octal | 245 | 312 | 223 | 22 | 0 | 33 | 25 | 144 | 42 | 104 |
| Binary | 10100101 | 11001010 | 10010011 | 10010 | 0 | 11011 | 10101 | 1100100 | 100010 | 1000100 |
Color Harmonies of #A5CA93
Complementary color
Monochromatic Colors of #A5CA93
Black with #A5CA93
Text Example
Text Example
White with #A5CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA93; }
p { color: rgb(165,202,147); }
H1.HeaderClassName
{
color: #A5CA93;
}
.AnyTagClassName
{
color: #A5CA93;
}
</style>
background-color css
<style>
a { background-color: #A5CA93; }
a { background-color: rgb(165,202,147); }
div.DivClassName
{
background-color: #A5CA93;
}
.BgClassName
{
background-color: #A5CA93;
}
</style>
border-color css
<style>
span { border-color: #A5CA93; }
span { border-color: rgb(165,202,147); }
td.TdClassName
{
border-color: #A5CA93;
}
.TagClassName
{
border-color: #A5CA93;
}
</style>