Shades of Gossip #A2CB83
Tints of Gossip #A2CB83
RGB
CMYK
RGB Variations
Color information
#A2CB83 (or 0xA2CB83) is known color: Gossip. HEX triplet: A2, CB and 83. RGB value is (162,203,131). Sum of RGB (Red+Green+Blue) = 162+203+131=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB83 is #5D347C. Grayscale: #B6B6B6. Windows color (decimal): -6108285 or 8637346. OLE color: 8637346.
HSL color Cylindrical-coordinate representation of color #A2CB83: hue angle of 94.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2CB83 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 131 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.20 |
| HSL | 94.17º | 0.41% | 0.65% | - |
| HSV(B) | 94.17º | 0.35% | 0.8% | - |
| XYZ | 40.35 | 52.03 | 29.39 | - |
| YUV | 182.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 131 | 0.20 | 0 | 0.35 | 0.20 | 94.17 | 0.41 | 0.65 |
| Hex | A2 | CB | 83 | 14 | 0 | 23 | 14 | 5E | 29 | 41 |
| Octal | 242 | 313 | 203 | 24 | 0 | 43 | 24 | 136 | 51 | 101 |
| Binary | 10100010 | 11001011 | 10000011 | 10100 | 0 | 100011 | 10100 | 1011110 | 101001 | 1000001 |
Color Harmonies of #A2CB83
Complementary color
Monochromatic Colors of #A2CB83
Black with #A2CB83
Text Example
Text Example
White with #A2CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB83; }
p { color: rgb(162,203,131); }
H1.HeaderClassName
{
color: #A2CB83;
}
.AnyTagClassName
{
color: #A2CB83;
}
</style>
background-color css
<style>
a { background-color: #A2CB83; }
a { background-color: rgb(162,203,131); }
div.DivClassName
{
background-color: #A2CB83;
}
.BgClassName
{
background-color: #A2CB83;
}
</style>
border-color css
<style>
span { border-color: #A2CB83; }
span { border-color: rgb(162,203,131); }
td.TdClassName
{
border-color: #A2CB83;
}
.TagClassName
{
border-color: #A2CB83;
}
</style>