Shades of Gossip #A1CC85
Tints of Gossip #A1CC85
RGB
CMYK
RGB Variations
Color information
#A1CC85 (or 0xA1CC85) is known color: Gossip. HEX triplet: A1, CC and 85. RGB value is (161,204,133). Sum of RGB (Red+Green+Blue) = 161+204+133=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC85 is #5E337A. Grayscale: #B7B7B7. Windows color (decimal): -6173563 or 8768673. OLE color: 8768673.
HSL color Cylindrical-coordinate representation of color #A1CC85: hue angle of 96.34º 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 #A1CC85 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 133 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.2 |
| HSL | 96.34º | 0.41% | 0.66% | - |
| HSV(B) | 96.34º | 0.35% | 0.8% | - |
| XYZ | 40.52 | 52.46 | 30.18 | - |
| YUV | 183.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 133 | 0.21 | 0 | 0.35 | 0.2 | 96.34 | 0.41 | 0.66 |
| Hex | A1 | CC | 85 | 15 | 0 | 23 | 14 | 60 | 29 | 42 |
| Octal | 241 | 314 | 205 | 25 | 0 | 43 | 24 | 140 | 51 | 102 |
| Binary | 10100001 | 11001100 | 10000101 | 10101 | 0 | 100011 | 10100 | 1100000 | 101001 | 1000010 |
Color Harmonies of #A1CC85
Complementary color
Monochromatic Colors of #A1CC85
Black with #A1CC85
Text Example
Text Example
White with #A1CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC85; }
p { color: rgb(161,204,133); }
H1.HeaderClassName
{
color: #A1CC85;
}
.AnyTagClassName
{
color: #A1CC85;
}
</style>
background-color css
<style>
a { background-color: #A1CC85; }
a { background-color: rgb(161,204,133); }
div.DivClassName
{
background-color: #A1CC85;
}
.BgClassName
{
background-color: #A1CC85;
}
</style>
border-color css
<style>
span { border-color: #A1CC85; }
span { border-color: rgb(161,204,133); }
td.TdClassName
{
border-color: #A1CC85;
}
.TagClassName
{
border-color: #A1CC85;
}
</style>