Shades of Gossip #A1CD85
Tints of Gossip #A1CD85
RGB
CMYK
RGB Variations
Color information
#A1CD85 (or 0xA1CD85) is known color: Gossip. HEX triplet: A1, CD and 85. RGB value is (161,205,133). Sum of RGB (Red+Green+Blue) = 161+205+133=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD85 is #5E327A. Grayscale: #B7B7B7. Windows color (decimal): -6173307 or 8768929. OLE color: 8768929.
HSL color Cylindrical-coordinate representation of color #A1CD85: hue angle of 96.67º degrees, saturation: 0.42, 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 #A1CD85 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 133 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.20 |
| HSL | 96.67º | 0.42% | 0.66% | - |
| HSV(B) | 96.67º | 0.35% | 0.8% | - |
| XYZ | 40.76 | 52.93 | 30.26 | - |
| YUV | 183.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 133 | 0.21 | 0 | 0.35 | 0.20 | 96.67 | 0.42 | 0.66 |
| Hex | A1 | CD | 85 | 15 | 0 | 23 | 14 | 61 | 2A | 42 |
| Octal | 241 | 315 | 205 | 25 | 0 | 43 | 24 | 141 | 52 | 102 |
| Binary | 10100001 | 11001101 | 10000101 | 10101 | 0 | 100011 | 10100 | 1100001 | 101010 | 1000010 |
Color Harmonies of #A1CD85
Complementary color
Monochromatic Colors of #A1CD85
Black with #A1CD85
Text Example
Text Example
White with #A1CD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD85; }
p { color: rgb(161,205,133); }
H1.HeaderClassName
{
color: #A1CD85;
}
.AnyTagClassName
{
color: #A1CD85;
}
</style>
background-color css
<style>
a { background-color: #A1CD85; }
a { background-color: rgb(161,205,133); }
div.DivClassName
{
background-color: #A1CD85;
}
.BgClassName
{
background-color: #A1CD85;
}
</style>
border-color css
<style>
span { border-color: #A1CD85; }
span { border-color: rgb(161,205,133); }
td.TdClassName
{
border-color: #A1CD85;
}
.TagClassName
{
border-color: #A1CD85;
}
</style>