Shades of Gossip #A3CE94
Tints of Gossip #A3CE94
RGB
CMYK
RGB Variations
Color information
#A3CE94 (or 0xA3CE94) is known color: Gossip. HEX triplet: A3, CE and 94. RGB value is (163,206,148). Sum of RGB (Red+Green+Blue) = 163+206+148=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CE94 is #5C316B. Grayscale: #BABABA. Windows color (decimal): -6041964 or 9752227. OLE color: 9752227.
HSL color Cylindrical-coordinate representation of color #A3CE94: hue angle of 104.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3CE94 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 148 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.19 |
| HSL | 104.48º | 0.37% | 0.69% | - |
| HSV(B) | 104.48º | 0.28% | 0.81% | - |
| XYZ | 42.52 | 54.07 | 36.21 | - |
| YUV | 186.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 148 | 0.21 | 0 | 0.28 | 0.19 | 104.48 | 0.37 | 0.69 |
| Hex | A3 | CE | 94 | 15 | 0 | 1C | 13 | 68 | 25 | 45 |
| Octal | 243 | 316 | 224 | 25 | 0 | 34 | 23 | 150 | 45 | 105 |
| Binary | 10100011 | 11001110 | 10010100 | 10101 | 0 | 11100 | 10011 | 1101000 | 100101 | 1000101 |
Color Harmonies of #A3CE94
Complementary color
Monochromatic Colors of #A3CE94
Black with #A3CE94
Text Example
Text Example
White with #A3CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE94; }
p { color: rgb(163,206,148); }
H1.HeaderClassName
{
color: #A3CE94;
}
.AnyTagClassName
{
color: #A3CE94;
}
</style>
background-color css
<style>
a { background-color: #A3CE94; }
a { background-color: rgb(163,206,148); }
div.DivClassName
{
background-color: #A3CE94;
}
.BgClassName
{
background-color: #A3CE94;
}
</style>
border-color css
<style>
span { border-color: #A3CE94; }
span { border-color: rgb(163,206,148); }
td.TdClassName
{
border-color: #A3CE94;
}
.TagClassName
{
border-color: #A3CE94;
}
</style>