Shades of Gossip #A3CF94
Tints of Gossip #A3CF94
RGB
CMYK
RGB Variations
Color information
#A3CF94 (or 0xA3CF94) is known color: Gossip. HEX triplet: A3, CF and 94. RGB value is (163,207,148). Sum of RGB (Red+Green+Blue) = 163+207+148=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CF94 is #5C306B. Grayscale: #BBBBBB. Windows color (decimal): -6041708 or 9752483. OLE color: 9752483.
HSL color Cylindrical-coordinate representation of color #A3CF94: hue angle of 104.75º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CF94 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 148 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.19 |
| HSL | 104.75º | 0.38% | 0.7% | - |
| HSV(B) | 104.75º | 0.29% | 0.81% | - |
| XYZ | 42.76 | 54.55 | 36.29 | - |
| YUV | 187.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 148 | 0.21 | 0 | 0.29 | 0.19 | 104.75 | 0.38 | 0.7 |
| Hex | A3 | CF | 94 | 15 | 0 | 1D | 13 | 69 | 26 | 46 |
| Octal | 243 | 317 | 224 | 25 | 0 | 35 | 23 | 151 | 46 | 106 |
| Binary | 10100011 | 11001111 | 10010100 | 10101 | 0 | 11101 | 10011 | 1101001 | 100110 | 1000110 |
Color Harmonies of #A3CF94
Complementary color
Monochromatic Colors of #A3CF94
Black with #A3CF94
Text Example
Text Example
White with #A3CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF94; }
p { color: rgb(163,207,148); }
H1.HeaderClassName
{
color: #A3CF94;
}
.AnyTagClassName
{
color: #A3CF94;
}
</style>
background-color css
<style>
a { background-color: #A3CF94; }
a { background-color: rgb(163,207,148); }
div.DivClassName
{
background-color: #A3CF94;
}
.BgClassName
{
background-color: #A3CF94;
}
</style>
border-color css
<style>
span { border-color: #A3CF94; }
span { border-color: rgb(163,207,148); }
td.TdClassName
{
border-color: #A3CF94;
}
.TagClassName
{
border-color: #A3CF94;
}
</style>