Shades of Gossip #A3CB8C
Tints of Gossip #A3CB8C
RGB
CMYK
RGB Variations
Color information
#A3CB8C (or 0xA3CB8C) is known color: Gossip. HEX triplet: A3, CB and 8C. RGB value is (163,203,140). Sum of RGB (Red+Green+Blue) = 163+203+140=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB8C is #5C3473. Grayscale: #B8B8B8. Windows color (decimal): -6042740 or 9227171. OLE color: 9227171.
HSL color Cylindrical-coordinate representation of color #A3CB8C: hue angle of 98.1º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CB8C is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 140 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.20 |
| HSL | 98.1º | 0.38% | 0.67% | - |
| HSV(B) | 98.1º | 0.31% | 0.8% | - |
| XYZ | 41.19 | 52.39 | 32.75 | - |
| YUV | 183.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 140 | 0.20 | 0 | 0.31 | 0.20 | 98.1 | 0.38 | 0.67 |
| Hex | A3 | CB | 8C | 14 | 0 | 1F | 14 | 62 | 26 | 43 |
| Octal | 243 | 313 | 214 | 24 | 0 | 37 | 24 | 142 | 46 | 103 |
| Binary | 10100011 | 11001011 | 10001100 | 10100 | 0 | 11111 | 10100 | 1100010 | 100110 | 1000011 |
Color Harmonies of #A3CB8C
Complementary color
Monochromatic Colors of #A3CB8C
Black with #A3CB8C
Text Example
Text Example
White with #A3CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB8C; }
p { color: rgb(163,203,140); }
H1.HeaderClassName
{
color: #A3CB8C;
}
.AnyTagClassName
{
color: #A3CB8C;
}
</style>
background-color css
<style>
a { background-color: #A3CB8C; }
a { background-color: rgb(163,203,140); }
div.DivClassName
{
background-color: #A3CB8C;
}
.BgClassName
{
background-color: #A3CB8C;
}
</style>
border-color css
<style>
span { border-color: #A3CB8C; }
span { border-color: rgb(163,203,140); }
td.TdClassName
{
border-color: #A3CB8C;
}
.TagClassName
{
border-color: #A3CB8C;
}
</style>