Shades of Gossip #A3CB85
Tints of Gossip #A3CB85
RGB
CMYK
RGB Variations
Color information
#A3CB85 (or 0xA3CB85) is known color: Gossip. HEX triplet: A3, CB and 85. RGB value is (163,203,133). Sum of RGB (Red+Green+Blue) = 163+203+133=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB85 is #5C347A. Grayscale: #B7B7B7. Windows color (decimal): -6042747 or 8768419. OLE color: 8768419.
HSL color Cylindrical-coordinate representation of color #A3CB85: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3CB85 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 133 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.20 |
| HSL | 94.29º | 0.4% | 0.66% | - |
| HSV(B) | 94.29º | 0.34% | 0.8% | - |
| XYZ | 40.69 | 52.19 | 30.12 | - |
| YUV | 183.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 133 | 0.20 | 0 | 0.34 | 0.20 | 94.29 | 0.4 | 0.66 |
| Hex | A3 | CB | 85 | 14 | 0 | 22 | 14 | 5E | 28 | 42 |
| Octal | 243 | 313 | 205 | 24 | 0 | 42 | 24 | 136 | 50 | 102 |
| Binary | 10100011 | 11001011 | 10000101 | 10100 | 0 | 100010 | 10100 | 1011110 | 101000 | 1000010 |
Color Harmonies of #A3CB85
Complementary color
Monochromatic Colors of #A3CB85
Black with #A3CB85
Text Example
Text Example
White with #A3CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB85; }
p { color: rgb(163,203,133); }
H1.HeaderClassName
{
color: #A3CB85;
}
.AnyTagClassName
{
color: #A3CB85;
}
</style>
background-color css
<style>
a { background-color: #A3CB85; }
a { background-color: rgb(163,203,133); }
div.DivClassName
{
background-color: #A3CB85;
}
.BgClassName
{
background-color: #A3CB85;
}
</style>
border-color css
<style>
span { border-color: #A3CB85; }
span { border-color: rgb(163,203,133); }
td.TdClassName
{
border-color: #A3CB85;
}
.TagClassName
{
border-color: #A3CB85;
}
</style>