Shades of Gossip #A6CB93
Tints of Gossip #A6CB93
RGB
CMYK
RGB Variations
Color information
#A6CB93 (or 0xA6CB93) is known color: Gossip. HEX triplet: A6, CB and 93. RGB value is (166,203,147). Sum of RGB (Red+Green+Blue) = 166+203+147=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CB93 is #59346C. Grayscale: #B9B9B9. Windows color (decimal): -5846125 or 9685926. OLE color: 9685926.
HSL color Cylindrical-coordinate representation of color #A6CB93: hue angle of 99.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CB93 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 147 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.20 |
| HSL | 99.64º | 0.35% | 0.69% | - |
| HSV(B) | 99.64º | 0.28% | 0.8% | - |
| XYZ | 42.35 | 52.93 | 35.59 | - |
| YUV | 185.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 147 | 0.18 | 0 | 0.28 | 0.20 | 99.64 | 0.35 | 0.69 |
| Hex | A6 | CB | 93 | 12 | 0 | 1C | 14 | 64 | 23 | 45 |
| Octal | 246 | 313 | 223 | 22 | 0 | 34 | 24 | 144 | 43 | 105 |
| Binary | 10100110 | 11001011 | 10010011 | 10010 | 0 | 11100 | 10100 | 1100100 | 100011 | 1000101 |
Color Harmonies of #A6CB93
Complementary color
Monochromatic Colors of #A6CB93
Black with #A6CB93
Text Example
Text Example
White with #A6CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB93; }
p { color: rgb(166,203,147); }
H1.HeaderClassName
{
color: #A6CB93;
}
.AnyTagClassName
{
color: #A6CB93;
}
</style>
background-color css
<style>
a { background-color: #A6CB93; }
a { background-color: rgb(166,203,147); }
div.DivClassName
{
background-color: #A6CB93;
}
.BgClassName
{
background-color: #A6CB93;
}
</style>
border-color css
<style>
span { border-color: #A6CB93; }
span { border-color: rgb(166,203,147); }
td.TdClassName
{
border-color: #A6CB93;
}
.TagClassName
{
border-color: #A6CB93;
}
</style>