Shades of Gossip #A3CB8B
Tints of Gossip #A3CB8B
RGB
CMYK
RGB Variations
Color information
#A3CB8B (or 0xA3CB8B) is known color: Gossip. HEX triplet: A3, CB and 8B. RGB value is (163,203,139). Sum of RGB (Red+Green+Blue) = 163+203+139=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB8B is #5C3474. Grayscale: #B7B7B7. Windows color (decimal): -6042741 or 9161635. OLE color: 9161635.
HSL color Cylindrical-coordinate representation of color #A3CB8B: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CB8B is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 139 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.20 |
| HSL | 97.5º | 0.38% | 0.67% | - |
| HSV(B) | 97.5º | 0.32% | 0.8% | - |
| XYZ | 41.12 | 52.36 | 32.37 | - |
| YUV | 183.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 139 | 0.20 | 0 | 0.32 | 0.20 | 97.5 | 0.38 | 0.67 |
| Hex | A3 | CB | 8B | 14 | 0 | 20 | 14 | 62 | 26 | 43 |
| Octal | 243 | 313 | 213 | 24 | 0 | 40 | 24 | 142 | 46 | 103 |
| Binary | 10100011 | 11001011 | 10001011 | 10100 | 0 | 100000 | 10100 | 1100010 | 100110 | 1000011 |
Color Harmonies of #A3CB8B
Complementary color
Monochromatic Colors of #A3CB8B
Black with #A3CB8B
Text Example
Text Example
White with #A3CB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB8B; }
p { color: rgb(163,203,139); }
H1.HeaderClassName
{
color: #A3CB8B;
}
.AnyTagClassName
{
color: #A3CB8B;
}
</style>
background-color css
<style>
a { background-color: #A3CB8B; }
a { background-color: rgb(163,203,139); }
div.DivClassName
{
background-color: #A3CB8B;
}
.BgClassName
{
background-color: #A3CB8B;
}
</style>
border-color css
<style>
span { border-color: #A3CB8B; }
span { border-color: rgb(163,203,139); }
td.TdClassName
{
border-color: #A3CB8B;
}
.TagClassName
{
border-color: #A3CB8B;
}
</style>