Shades of Gossip #A3CF91
Tints of Gossip #A3CF91
RGB
CMYK
RGB Variations
Color information
#A3CF91 (or 0xA3CF91) is known color: Gossip. HEX triplet: A3, CF and 91. RGB value is (163,207,145). Sum of RGB (Red+Green+Blue) = 163+207+145=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CF91 is #5C306E. Grayscale: #BABABA. Windows color (decimal): -6041711 or 9555875. OLE color: 9555875.
HSL color Cylindrical-coordinate representation of color #A3CF91: hue angle of 102.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CF91 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 145 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.19 |
| HSL | 102.58º | 0.39% | 0.69% | - |
| HSV(B) | 102.58º | 0.3% | 0.81% | - |
| XYZ | 42.53 | 54.46 | 35.06 | - |
| YUV | 186.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 145 | 0.21 | 0 | 0.30 | 0.19 | 102.58 | 0.39 | 0.69 |
| Hex | A3 | CF | 91 | 15 | 0 | 1E | 13 | 67 | 27 | 45 |
| Octal | 243 | 317 | 221 | 25 | 0 | 36 | 23 | 147 | 47 | 105 |
| Binary | 10100011 | 11001111 | 10010001 | 10101 | 0 | 11110 | 10011 | 1100111 | 100111 | 1000101 |
Color Harmonies of #A3CF91
Complementary color
Monochromatic Colors of #A3CF91
Black with #A3CF91
Text Example
Text Example
White with #A3CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF91; }
p { color: rgb(163,207,145); }
H1.HeaderClassName
{
color: #A3CF91;
}
.AnyTagClassName
{
color: #A3CF91;
}
</style>
background-color css
<style>
a { background-color: #A3CF91; }
a { background-color: rgb(163,207,145); }
div.DivClassName
{
background-color: #A3CF91;
}
.BgClassName
{
background-color: #A3CF91;
}
</style>
border-color css
<style>
span { border-color: #A3CF91; }
span { border-color: rgb(163,207,145); }
td.TdClassName
{
border-color: #A3CF91;
}
.TagClassName
{
border-color: #A3CF91;
}
</style>