Shades of Gossip #A1C97B
Tints of Gossip #A1C97B
RGB
CMYK
RGB Variations
Color information
#A1C97B (or 0xA1C97B) is known color: Gossip. HEX triplet: A1, C9 and 7B. RGB value is (161,201,123). Sum of RGB (Red+Green+Blue) = 161+201+123=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C97B is #5E3684. Grayscale: #B4B4B4. Windows color (decimal): -6174341 or 8112545. OLE color: 8112545.
HSL color Cylindrical-coordinate representation of color #A1C97B: hue angle of 90.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1C97B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 123 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.21 |
| HSL | 90.77º | 0.42% | 0.64% | - |
| HSV(B) | 90.77º | 0.39% | 0.79% | - |
| XYZ | 39.16 | 50.78 | 26.48 | - |
| YUV | 180.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 123 | 0.20 | 0 | 0.39 | 0.21 | 90.77 | 0.42 | 0.64 |
| Hex | A1 | C9 | 7B | 14 | 0 | 27 | 15 | 5B | 2A | 40 |
| Octal | 241 | 311 | 173 | 24 | 0 | 47 | 25 | 133 | 52 | 100 |
| Binary | 10100001 | 11001001 | 1111011 | 10100 | 0 | 100111 | 10101 | 1011011 | 101010 | 1000000 |
Color Harmonies of #A1C97B
Complementary color
Monochromatic Colors of #A1C97B
Black with #A1C97B
Text Example
Text Example
White with #A1C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C97B; }
p { color: rgb(161,201,123); }
H1.HeaderClassName
{
color: #A1C97B;
}
.AnyTagClassName
{
color: #A1C97B;
}
</style>
background-color css
<style>
a { background-color: #A1C97B; }
a { background-color: rgb(161,201,123); }
div.DivClassName
{
background-color: #A1C97B;
}
.BgClassName
{
background-color: #A1C97B;
}
</style>
border-color css
<style>
span { border-color: #A1C97B; }
span { border-color: rgb(161,201,123); }
td.TdClassName
{
border-color: #A1C97B;
}
.TagClassName
{
border-color: #A1C97B;
}
</style>