Shades of Gossip #A3CB93
Tints of Gossip #A3CB93
RGB
CMYK
RGB Variations
Color information
#A3CB93 (or 0xA3CB93) is known color: Gossip. HEX triplet: A3, CB and 93. RGB value is (163,203,147). Sum of RGB (Red+Green+Blue) = 163+203+147=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB93 is #5C346C. Grayscale: #B8B8B8. Windows color (decimal): -6042733 or 9685923. OLE color: 9685923.
HSL color Cylindrical-coordinate representation of color #A3CB93: hue angle of 102.86º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3CB93 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 147 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.20 |
| HSL | 102.86º | 0.35% | 0.69% | - |
| HSV(B) | 102.86º | 0.28% | 0.8% | - |
| XYZ | 41.73 | 52.6 | 35.56 | - |
| YUV | 184.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 147 | 0.20 | 0 | 0.28 | 0.20 | 102.86 | 0.35 | 0.69 |
| Hex | A3 | CB | 93 | 14 | 0 | 1C | 14 | 67 | 23 | 45 |
| Octal | 243 | 313 | 223 | 24 | 0 | 34 | 24 | 147 | 43 | 105 |
| Binary | 10100011 | 11001011 | 10010011 | 10100 | 0 | 11100 | 10100 | 1100111 | 100011 | 1000101 |
Color Harmonies of #A3CB93
Complementary color
Monochromatic Colors of #A3CB93
Black with #A3CB93
Text Example
Text Example
White with #A3CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB93; }
p { color: rgb(163,203,147); }
H1.HeaderClassName
{
color: #A3CB93;
}
.AnyTagClassName
{
color: #A3CB93;
}
</style>
background-color css
<style>
a { background-color: #A3CB93; }
a { background-color: rgb(163,203,147); }
div.DivClassName
{
background-color: #A3CB93;
}
.BgClassName
{
background-color: #A3CB93;
}
</style>
border-color css
<style>
span { border-color: #A3CB93; }
span { border-color: rgb(163,203,147); }
td.TdClassName
{
border-color: #A3CB93;
}
.TagClassName
{
border-color: #A3CB93;
}
</style>