Shades of Gossip #A6CB94
Tints of Gossip #A6CB94
RGB
CMYK
RGB Variations
Color information
#A6CB94 (or 0xA6CB94) is known color: Gossip. HEX triplet: A6, CB and 94. RGB value is (166,203,148). Sum of RGB (Red+Green+Blue) = 166+203+148=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CB94 is #59346B. Grayscale: #B9B9B9. Windows color (decimal): -5846124 or 9751462. OLE color: 9751462.
HSL color Cylindrical-coordinate representation of color #A6CB94: hue angle of 100.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6CB94 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 148 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.20 |
| HSL | 100.36º | 0.35% | 0.69% | - |
| HSV(B) | 100.36º | 0.27% | 0.8% | - |
| XYZ | 42.43 | 52.96 | 36 | - |
| YUV | 185.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 148 | 0.18 | 0 | 0.27 | 0.20 | 100.36 | 0.35 | 0.69 |
| Hex | A6 | CB | 94 | 12 | 0 | 1B | 14 | 64 | 23 | 45 |
| Octal | 246 | 313 | 224 | 22 | 0 | 33 | 24 | 144 | 43 | 105 |
| Binary | 10100110 | 11001011 | 10010100 | 10010 | 0 | 11011 | 10100 | 1100100 | 100011 | 1000101 |
Color Harmonies of #A6CB94
Complementary color
Monochromatic Colors of #A6CB94
Black with #A6CB94
Text Example
Text Example
White with #A6CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB94; }
p { color: rgb(166,203,148); }
H1.HeaderClassName
{
color: #A6CB94;
}
.AnyTagClassName
{
color: #A6CB94;
}
</style>
background-color css
<style>
a { background-color: #A6CB94; }
a { background-color: rgb(166,203,148); }
div.DivClassName
{
background-color: #A6CB94;
}
.BgClassName
{
background-color: #A6CB94;
}
</style>
border-color css
<style>
span { border-color: #A6CB94; }
span { border-color: rgb(166,203,148); }
td.TdClassName
{
border-color: #A6CB94;
}
.TagClassName
{
border-color: #A6CB94;
}
</style>