Shades of Gossip #A1CB88
Tints of Gossip #A1CB88
RGB
CMYK
RGB Variations
Color information
#A1CB88 (or 0xA1CB88) is known color: Gossip. HEX triplet: A1, CB and 88. RGB value is (161,203,136). Sum of RGB (Red+Green+Blue) = 161+203+136=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB88 is #5E3477. Grayscale: #B7B7B7. Windows color (decimal): -6173816 or 8965025. OLE color: 8965025.
HSL color Cylindrical-coordinate representation of color #A1CB88: hue angle of 97.61º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1CB88 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 136 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.20 |
| HSL | 97.61º | 0.39% | 0.66% | - |
| HSV(B) | 97.61º | 0.33% | 0.8% | - |
| XYZ | 40.5 | 52.07 | 31.21 | - |
| YUV | 182.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 136 | 0.21 | 0 | 0.33 | 0.20 | 97.61 | 0.39 | 0.66 |
| Hex | A1 | CB | 88 | 15 | 0 | 21 | 14 | 62 | 27 | 42 |
| Octal | 241 | 313 | 210 | 25 | 0 | 41 | 24 | 142 | 47 | 102 |
| Binary | 10100001 | 11001011 | 10001000 | 10101 | 0 | 100001 | 10100 | 1100010 | 100111 | 1000010 |
Color Harmonies of #A1CB88
Complementary color
Monochromatic Colors of #A1CB88
Black with #A1CB88
Text Example
Text Example
White with #A1CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB88; }
p { color: rgb(161,203,136); }
H1.HeaderClassName
{
color: #A1CB88;
}
.AnyTagClassName
{
color: #A1CB88;
}
</style>
background-color css
<style>
a { background-color: #A1CB88; }
a { background-color: rgb(161,203,136); }
div.DivClassName
{
background-color: #A1CB88;
}
.BgClassName
{
background-color: #A1CB88;
}
</style>
border-color css
<style>
span { border-color: #A1CB88; }
span { border-color: rgb(161,203,136); }
td.TdClassName
{
border-color: #A1CB88;
}
.TagClassName
{
border-color: #A1CB88;
}
</style>