Shades of Gossip #A2CB8A
Tints of Gossip #A2CB8A
RGB
CMYK
RGB Variations
Color information
#A2CB8A (or 0xA2CB8A) is known color: Gossip. HEX triplet: A2, CB and 8A. RGB value is (162,203,138). Sum of RGB (Red+Green+Blue) = 162+203+138=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB8A is #5D3475. Grayscale: #B7B7B7. Windows color (decimal): -6108278 or 9096098. OLE color: 9096098.
HSL color Cylindrical-coordinate representation of color #A2CB8A: hue angle of 97.85º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CB8A is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 138 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.20 |
| HSL | 97.85º | 0.38% | 0.67% | - |
| HSV(B) | 97.85º | 0.32% | 0.8% | - |
| XYZ | 40.84 | 52.23 | 31.97 | - |
| YUV | 183.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 138 | 0.20 | 0 | 0.32 | 0.20 | 97.85 | 0.38 | 0.67 |
| Hex | A2 | CB | 8A | 14 | 0 | 20 | 14 | 62 | 26 | 43 |
| Octal | 242 | 313 | 212 | 24 | 0 | 40 | 24 | 142 | 46 | 103 |
| Binary | 10100010 | 11001011 | 10001010 | 10100 | 0 | 100000 | 10100 | 1100010 | 100110 | 1000011 |
Color Harmonies of #A2CB8A
Complementary color
Monochromatic Colors of #A2CB8A
Black with #A2CB8A
Text Example
Text Example
White with #A2CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB8A; }
p { color: rgb(162,203,138); }
H1.HeaderClassName
{
color: #A2CB8A;
}
.AnyTagClassName
{
color: #A2CB8A;
}
</style>
background-color css
<style>
a { background-color: #A2CB8A; }
a { background-color: rgb(162,203,138); }
div.DivClassName
{
background-color: #A2CB8A;
}
.BgClassName
{
background-color: #A2CB8A;
}
</style>
border-color css
<style>
span { border-color: #A2CB8A; }
span { border-color: rgb(162,203,138); }
td.TdClassName
{
border-color: #A2CB8A;
}
.TagClassName
{
border-color: #A2CB8A;
}
</style>