Shades of Gossip #A1CC88
Tints of Gossip #A1CC88
RGB
CMYK
RGB Variations
Color information
#A1CC88 (or 0xA1CC88) is known color: Gossip. HEX triplet: A1, CC and 88. RGB value is (161,204,136). Sum of RGB (Red+Green+Blue) = 161+204+136=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC88 is #5E3377. Grayscale: #B7B7B7. Windows color (decimal): -6173560 or 8965281. OLE color: 8965281.
HSL color Cylindrical-coordinate representation of color #A1CC88: hue angle of 97.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CC88 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 136 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.2 |
| HSL | 97.94º | 0.4% | 0.67% | - |
| HSV(B) | 97.94º | 0.33% | 0.8% | - |
| XYZ | 40.73 | 52.54 | 31.29 | - |
| YUV | 183.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 136 | 0.21 | 0 | 0.33 | 0.2 | 97.94 | 0.4 | 0.67 |
| Hex | A1 | CC | 88 | 15 | 0 | 21 | 14 | 62 | 28 | 43 |
| Octal | 241 | 314 | 210 | 25 | 0 | 41 | 24 | 142 | 50 | 103 |
| Binary | 10100001 | 11001100 | 10001000 | 10101 | 0 | 100001 | 10100 | 1100010 | 101000 | 1000011 |
Color Harmonies of #A1CC88
Complementary color
Monochromatic Colors of #A1CC88
Black with #A1CC88
Text Example
Text Example
White with #A1CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC88; }
p { color: rgb(161,204,136); }
H1.HeaderClassName
{
color: #A1CC88;
}
.AnyTagClassName
{
color: #A1CC88;
}
</style>
background-color css
<style>
a { background-color: #A1CC88; }
a { background-color: rgb(161,204,136); }
div.DivClassName
{
background-color: #A1CC88;
}
.BgClassName
{
background-color: #A1CC88;
}
</style>
border-color css
<style>
span { border-color: #A1CC88; }
span { border-color: rgb(161,204,136); }
td.TdClassName
{
border-color: #A1CC88;
}
.TagClassName
{
border-color: #A1CC88;
}
</style>