Shades of Gossip #A3CC85
Tints of Gossip #A3CC85
RGB
CMYK
RGB Variations
Color information
#A3CC85 (or 0xA3CC85) is known color: Gossip. HEX triplet: A3, CC and 85. RGB value is (163,204,133). Sum of RGB (Red+Green+Blue) = 163+204+133=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC85 is #5C337A. Grayscale: #B7B7B7. Windows color (decimal): -6042491 or 8768675. OLE color: 8768675.
HSL color Cylindrical-coordinate representation of color #A3CC85: hue angle of 94.65º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3CC85 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 133 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.2 |
| HSL | 94.65º | 0.41% | 0.66% | - |
| HSV(B) | 94.65º | 0.35% | 0.8% | - |
| XYZ | 40.93 | 52.67 | 30.2 | - |
| YUV | 183.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 133 | 0.20 | 0 | 0.35 | 0.2 | 94.65 | 0.41 | 0.66 |
| Hex | A3 | CC | 85 | 14 | 0 | 23 | 14 | 5F | 29 | 42 |
| Octal | 243 | 314 | 205 | 24 | 0 | 43 | 24 | 137 | 51 | 102 |
| Binary | 10100011 | 11001100 | 10000101 | 10100 | 0 | 100011 | 10100 | 1011111 | 101001 | 1000010 |
Color Harmonies of #A3CC85
Complementary color
Monochromatic Colors of #A3CC85
Black with #A3CC85
Text Example
Text Example
White with #A3CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CC85; }
p { color: rgb(163,204,133); }
H1.HeaderClassName
{
color: #A3CC85;
}
.AnyTagClassName
{
color: #A3CC85;
}
</style>
background-color css
<style>
a { background-color: #A3CC85; }
a { background-color: rgb(163,204,133); }
div.DivClassName
{
background-color: #A3CC85;
}
.BgClassName
{
background-color: #A3CC85;
}
</style>
border-color css
<style>
span { border-color: #A3CC85; }
span { border-color: rgb(163,204,133); }
td.TdClassName
{
border-color: #A3CC85;
}
.TagClassName
{
border-color: #A3CC85;
}
</style>