Shades of Gossip #A2CB8D
Tints of Gossip #A2CB8D
RGB
CMYK
RGB Variations
Color information
#A2CB8D (or 0xA2CB8D) is known color: Gossip. HEX triplet: A2, CB and 8D. RGB value is (162,203,141). Sum of RGB (Red+Green+Blue) = 162+203+141=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB8D is #5D3472. Grayscale: #B7B7B7. Windows color (decimal): -6108275 or 9292706. OLE color: 9292706.
HSL color Cylindrical-coordinate representation of color #A2CB8D: hue angle of 99.68º 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 #A2CB8D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 141 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.20 |
| HSL | 99.68º | 0.37% | 0.67% | - |
| HSV(B) | 99.68º | 0.31% | 0.8% | - |
| XYZ | 41.06 | 52.32 | 33.13 | - |
| YUV | 183.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 141 | 0.20 | 0 | 0.31 | 0.20 | 99.68 | 0.37 | 0.67 |
| Hex | A2 | CB | 8D | 14 | 0 | 1F | 14 | 64 | 25 | 43 |
| Octal | 242 | 313 | 215 | 24 | 0 | 37 | 24 | 144 | 45 | 103 |
| Binary | 10100010 | 11001011 | 10001101 | 10100 | 0 | 11111 | 10100 | 1100100 | 100101 | 1000011 |
Color Harmonies of #A2CB8D
Complementary color
Monochromatic Colors of #A2CB8D
Black with #A2CB8D
Text Example
Text Example
White with #A2CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB8D; }
p { color: rgb(162,203,141); }
H1.HeaderClassName
{
color: #A2CB8D;
}
.AnyTagClassName
{
color: #A2CB8D;
}
</style>
background-color css
<style>
a { background-color: #A2CB8D; }
a { background-color: rgb(162,203,141); }
div.DivClassName
{
background-color: #A2CB8D;
}
.BgClassName
{
background-color: #A2CB8D;
}
</style>
border-color css
<style>
span { border-color: #A2CB8D; }
span { border-color: rgb(162,203,141); }
td.TdClassName
{
border-color: #A2CB8D;
}
.TagClassName
{
border-color: #A2CB8D;
}
</style>