Shades of Gossip #A8D397
Tints of Gossip #A8D397
RGB
CMYK
RGB Variations
Color information
#A8D397 (or 0xA8D397) is known color: Gossip. HEX triplet: A8, D3 and 97. RGB value is (168,211,151). Sum of RGB (Red+Green+Blue) = 168+211+151=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D397 is #572C68. Grayscale: #BFBFBF. Windows color (decimal): -5713001 or 9950120. OLE color: 9950120.
HSL color Cylindrical-coordinate representation of color #A8D397: hue angle of 103º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D397 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 151 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.17 |
| HSL | 103º | 0.41% | 0.71% | - |
| HSV(B) | 103º | 0.28% | 0.83% | - |
| XYZ | 45.03 | 57.15 | 37.94 | - |
| YUV | 191.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 151 | 0.20 | 0 | 0.28 | 0.17 | 103 | 0.41 | 0.71 |
| Hex | A8 | D3 | 97 | 14 | 0 | 1C | 11 | 67 | 29 | 47 |
| Octal | 250 | 323 | 227 | 24 | 0 | 34 | 21 | 147 | 51 | 107 |
| Binary | 10101000 | 11010011 | 10010111 | 10100 | 0 | 11100 | 10001 | 1100111 | 101001 | 1000111 |
Color Harmonies of #A8D397
Complementary color
Monochromatic Colors of #A8D397
Black with #A8D397
Text Example
Text Example
White with #A8D397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D397; }
p { color: rgb(168,211,151); }
H1.HeaderClassName
{
color: #A8D397;
}
.AnyTagClassName
{
color: #A8D397;
}
</style>
background-color css
<style>
a { background-color: #A8D397; }
a { background-color: rgb(168,211,151); }
div.DivClassName
{
background-color: #A8D397;
}
.BgClassName
{
background-color: #A8D397;
}
</style>
border-color css
<style>
span { border-color: #A8D397; }
span { border-color: rgb(168,211,151); }
td.TdClassName
{
border-color: #A8D397;
}
.TagClassName
{
border-color: #A8D397;
}
</style>