Shades of Gossip #A4CA93
Tints of Gossip #A4CA93
RGB
CMYK
RGB Variations
Color information
#A4CA93 (or 0xA4CA93) is known color: Gossip. HEX triplet: A4, CA and 93. RGB value is (164,202,147). Sum of RGB (Red+Green+Blue) = 164+202+147=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CA93 is #5B356C. Grayscale: #B8B8B8. Windows color (decimal): -5977453 or 9685668. OLE color: 9685668.
HSL color Cylindrical-coordinate representation of color #A4CA93: hue angle of 101.45º 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 #A4CA93 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 147 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.21 |
| HSL | 101.45º | 0.34% | 0.68% | - |
| HSV(B) | 101.45º | 0.27% | 0.79% | - |
| XYZ | 41.7 | 52.24 | 35.49 | - |
| YUV | 184.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 147 | 0.19 | 0 | 0.27 | 0.21 | 101.45 | 0.34 | 0.68 |
| Hex | A4 | CA | 93 | 13 | 0 | 1B | 15 | 65 | 22 | 44 |
| Octal | 244 | 312 | 223 | 23 | 0 | 33 | 25 | 145 | 42 | 104 |
| Binary | 10100100 | 11001010 | 10010011 | 10011 | 0 | 11011 | 10101 | 1100101 | 100010 | 1000100 |
Color Harmonies of #A4CA93
Complementary color
Monochromatic Colors of #A4CA93
Black with #A4CA93
Text Example
Text Example
White with #A4CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA93; }
p { color: rgb(164,202,147); }
H1.HeaderClassName
{
color: #A4CA93;
}
.AnyTagClassName
{
color: #A4CA93;
}
</style>
background-color css
<style>
a { background-color: #A4CA93; }
a { background-color: rgb(164,202,147); }
div.DivClassName
{
background-color: #A4CA93;
}
.BgClassName
{
background-color: #A4CA93;
}
</style>
border-color css
<style>
span { border-color: #A4CA93; }
span { border-color: rgb(164,202,147); }
td.TdClassName
{
border-color: #A4CA93;
}
.TagClassName
{
border-color: #A4CA93;
}
</style>