Shades of Gossip #A2CE83
Tints of Gossip #A2CE83
RGB
CMYK
RGB Variations
Color information
#A2CE83 (or 0xA2CE83) is known color: Gossip. HEX triplet: A2, CE and 83. RGB value is (162,206,131). Sum of RGB (Red+Green+Blue) = 162+206+131=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE83 is #5D317C. Grayscale: #B8B8B8. Windows color (decimal): -6107517 or 8638114. OLE color: 8638114.
HSL color Cylindrical-coordinate representation of color #A2CE83: hue angle of 95.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2CE83 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 131 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.19 |
| HSL | 95.2º | 0.43% | 0.66% | - |
| HSV(B) | 95.2º | 0.36% | 0.81% | - |
| XYZ | 41.07 | 53.46 | 29.63 | - |
| YUV | 184.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 131 | 0.21 | 0 | 0.36 | 0.19 | 95.2 | 0.43 | 0.66 |
| Hex | A2 | CE | 83 | 15 | 0 | 24 | 13 | 5F | 2B | 42 |
| Octal | 242 | 316 | 203 | 25 | 0 | 44 | 23 | 137 | 53 | 102 |
| Binary | 10100010 | 11001110 | 10000011 | 10101 | 0 | 100100 | 10011 | 1011111 | 101011 | 1000010 |
Color Harmonies of #A2CE83
Complementary color
Monochromatic Colors of #A2CE83
Black with #A2CE83
Text Example
Text Example
White with #A2CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE83; }
p { color: rgb(162,206,131); }
H1.HeaderClassName
{
color: #A2CE83;
}
.AnyTagClassName
{
color: #A2CE83;
}
</style>
background-color css
<style>
a { background-color: #A2CE83; }
a { background-color: rgb(162,206,131); }
div.DivClassName
{
background-color: #A2CE83;
}
.BgClassName
{
background-color: #A2CE83;
}
</style>
border-color css
<style>
span { border-color: #A2CE83; }
span { border-color: rgb(162,206,131); }
td.TdClassName
{
border-color: #A2CE83;
}
.TagClassName
{
border-color: #A2CE83;
}
</style>