Shades of Gossip #A3CF85
Tints of Gossip #A3CF85
RGB
CMYK
RGB Variations
Color information
#A3CF85 (or 0xA3CF85) is known color: Gossip. HEX triplet: A3, CF and 85. RGB value is (163,207,133). Sum of RGB (Red+Green+Blue) = 163+207+133=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CF85 is #5C307A. Grayscale: #B9B9B9. Windows color (decimal): -6041723 or 8769443. OLE color: 8769443.
HSL color Cylindrical-coordinate representation of color #A3CF85: hue angle of 95.68º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3CF85 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 133 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.19 |
| HSL | 95.68º | 0.44% | 0.67% | - |
| HSV(B) | 95.68º | 0.36% | 0.81% | - |
| XYZ | 41.65 | 54.11 | 30.44 | - |
| YUV | 185.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 133 | 0.21 | 0 | 0.36 | 0.19 | 95.68 | 0.44 | 0.67 |
| Hex | A3 | CF | 85 | 15 | 0 | 24 | 13 | 60 | 2C | 43 |
| Octal | 243 | 317 | 205 | 25 | 0 | 44 | 23 | 140 | 54 | 103 |
| Binary | 10100011 | 11001111 | 10000101 | 10101 | 0 | 100100 | 10011 | 1100000 | 101100 | 1000011 |
Color Harmonies of #A3CF85
Complementary color
Monochromatic Colors of #A3CF85
Black with #A3CF85
Text Example
Text Example
White with #A3CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF85; }
p { color: rgb(163,207,133); }
H1.HeaderClassName
{
color: #A3CF85;
}
.AnyTagClassName
{
color: #A3CF85;
}
</style>
background-color css
<style>
a { background-color: #A3CF85; }
a { background-color: rgb(163,207,133); }
div.DivClassName
{
background-color: #A3CF85;
}
.BgClassName
{
background-color: #A3CF85;
}
</style>
border-color css
<style>
span { border-color: #A3CF85; }
span { border-color: rgb(163,207,133); }
td.TdClassName
{
border-color: #A3CF85;
}
.TagClassName
{
border-color: #A3CF85;
}
</style>