Shades of Gossip #A3CD94
Tints of Gossip #A3CD94
RGB
CMYK
RGB Variations
Color information
#A3CD94 (or 0xA3CD94) is known color: Gossip. HEX triplet: A3, CD and 94. RGB value is (163,205,148). Sum of RGB (Red+Green+Blue) = 163+205+148=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CD94 is #5C326B. Grayscale: #BABABA. Windows color (decimal): -6042220 or 9751971. OLE color: 9751971.
HSL color Cylindrical-coordinate representation of color #A3CD94: hue angle of 104.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3CD94 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 148 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.20 |
| HSL | 104.21º | 0.36% | 0.69% | - |
| HSV(B) | 104.21º | 0.28% | 0.8% | - |
| XYZ | 42.28 | 53.59 | 36.13 | - |
| YUV | 185.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 148 | 0.20 | 0 | 0.28 | 0.20 | 104.21 | 0.36 | 0.69 |
| Hex | A3 | CD | 94 | 14 | 0 | 1C | 14 | 68 | 24 | 45 |
| Octal | 243 | 315 | 224 | 24 | 0 | 34 | 24 | 150 | 44 | 105 |
| Binary | 10100011 | 11001101 | 10010100 | 10100 | 0 | 11100 | 10100 | 1101000 | 100100 | 1000101 |
Color Harmonies of #A3CD94
Complementary color
Monochromatic Colors of #A3CD94
Black with #A3CD94
Text Example
Text Example
White with #A3CD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CD94; }
p { color: rgb(163,205,148); }
H1.HeaderClassName
{
color: #A3CD94;
}
.AnyTagClassName
{
color: #A3CD94;
}
</style>
background-color css
<style>
a { background-color: #A3CD94; }
a { background-color: rgb(163,205,148); }
div.DivClassName
{
background-color: #A3CD94;
}
.BgClassName
{
background-color: #A3CD94;
}
</style>
border-color css
<style>
span { border-color: #A3CD94; }
span { border-color: rgb(163,205,148); }
td.TdClassName
{
border-color: #A3CD94;
}
.TagClassName
{
border-color: #A3CD94;
}
</style>