Shades of Gossip #A2C67F
Tints of Gossip #A2C67F
RGB
CMYK
RGB Variations
Color information
#A2C67F (or 0xA2C67F) is known color: Gossip. HEX triplet: A2, C6 and 7F. RGB value is (162,198,127). Sum of RGB (Red+Green+Blue) = 162+198+127=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C67F is #5D3980. Grayscale: #B3B3B3. Windows color (decimal): -6109569 or 8373922. OLE color: 8373922.
HSL color Cylindrical-coordinate representation of color #A2C67F: hue angle of 90.42º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C67F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 127 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 90.42º | 0.38% | 0.64% | - |
| HSV(B) | 90.42º | 0.36% | 0.78% | - |
| XYZ | 38.93 | 49.6 | 27.6 | - |
| YUV | 179.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 127 | 0.18 | 0 | 0.36 | 0.22 | 90.42 | 0.38 | 0.64 |
| Hex | A2 | C6 | 7F | 12 | 0 | 24 | 16 | 5A | 26 | 40 |
| Octal | 242 | 306 | 177 | 22 | 0 | 44 | 26 | 132 | 46 | 100 |
| Binary | 10100010 | 11000110 | 1111111 | 10010 | 0 | 100100 | 10110 | 1011010 | 100110 | 1000000 |
Color Harmonies of #A2C67F
Complementary color
Monochromatic Colors of #A2C67F
Black with #A2C67F
Text Example
Text Example
White with #A2C67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C67F; }
p { color: rgb(162,198,127); }
H1.HeaderClassName
{
color: #A2C67F;
}
.AnyTagClassName
{
color: #A2C67F;
}
</style>
background-color css
<style>
a { background-color: #A2C67F; }
a { background-color: rgb(162,198,127); }
div.DivClassName
{
background-color: #A2C67F;
}
.BgClassName
{
background-color: #A2C67F;
}
</style>
border-color css
<style>
span { border-color: #A2C67F; }
span { border-color: rgb(162,198,127); }
td.TdClassName
{
border-color: #A2C67F;
}
.TagClassName
{
border-color: #A2C67F;
}
</style>