Shades of Gossip #A1CB8D
Tints of Gossip #A1CB8D
RGB
CMYK
RGB Variations
Color information
#A1CB8D (or 0xA1CB8D) is known color: Gossip. HEX triplet: A1, CB and 8D. RGB value is (161,203,141). Sum of RGB (Red+Green+Blue) = 161+203+141=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB8D is #5E3472. Grayscale: #B7B7B7. Windows color (decimal): -6173811 or 9292705. OLE color: 9292705.
HSL color Cylindrical-coordinate representation of color #A1CB8D: hue angle of 100.65º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CB8D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 141 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.20 |
| HSL | 100.65º | 0.37% | 0.67% | - |
| HSV(B) | 100.65º | 0.31% | 0.8% | - |
| XYZ | 40.86 | 52.21 | 33.12 | - |
| YUV | 183.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 141 | 0.21 | 0 | 0.31 | 0.20 | 100.65 | 0.37 | 0.67 |
| Hex | A1 | CB | 8D | 15 | 0 | 1F | 14 | 65 | 25 | 43 |
| Octal | 241 | 313 | 215 | 25 | 0 | 37 | 24 | 145 | 45 | 103 |
| Binary | 10100001 | 11001011 | 10001101 | 10101 | 0 | 11111 | 10100 | 1100101 | 100101 | 1000011 |
Color Harmonies of #A1CB8D
Complementary color
Monochromatic Colors of #A1CB8D
Black with #A1CB8D
Text Example
Text Example
White with #A1CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB8D; }
p { color: rgb(161,203,141); }
H1.HeaderClassName
{
color: #A1CB8D;
}
.AnyTagClassName
{
color: #A1CB8D;
}
</style>
background-color css
<style>
a { background-color: #A1CB8D; }
a { background-color: rgb(161,203,141); }
div.DivClassName
{
background-color: #A1CB8D;
}
.BgClassName
{
background-color: #A1CB8D;
}
</style>
border-color css
<style>
span { border-color: #A1CB8D; }
span { border-color: rgb(161,203,141); }
td.TdClassName
{
border-color: #A1CB8D;
}
.TagClassName
{
border-color: #A1CB8D;
}
</style>