Shades of Gossip #A3CB88
Tints of Gossip #A3CB88
RGB
CMYK
RGB Variations
Color information
#A3CB88 (or 0xA3CB88) is known color: Gossip. HEX triplet: A3, CB and 88. RGB value is (163,203,136). Sum of RGB (Red+Green+Blue) = 163+203+136=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB88 is #5C3477. Grayscale: #B7B7B7. Windows color (decimal): -6042744 or 8965027. OLE color: 8965027.
HSL color Cylindrical-coordinate representation of color #A3CB88: hue angle of 95.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3CB88 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 136 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.20 |
| HSL | 95.82º | 0.39% | 0.66% | - |
| HSV(B) | 95.82º | 0.33% | 0.8% | - |
| XYZ | 40.9 | 52.28 | 31.23 | - |
| YUV | 183.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 136 | 0.20 | 0 | 0.33 | 0.20 | 95.82 | 0.39 | 0.66 |
| Hex | A3 | CB | 88 | 14 | 0 | 21 | 14 | 60 | 27 | 42 |
| Octal | 243 | 313 | 210 | 24 | 0 | 41 | 24 | 140 | 47 | 102 |
| Binary | 10100011 | 11001011 | 10001000 | 10100 | 0 | 100001 | 10100 | 1100000 | 100111 | 1000010 |
Color Harmonies of #A3CB88
Complementary color
Monochromatic Colors of #A3CB88
Black with #A3CB88
Text Example
Text Example
White with #A3CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB88; }
p { color: rgb(163,203,136); }
H1.HeaderClassName
{
color: #A3CB88;
}
.AnyTagClassName
{
color: #A3CB88;
}
</style>
background-color css
<style>
a { background-color: #A3CB88; }
a { background-color: rgb(163,203,136); }
div.DivClassName
{
background-color: #A3CB88;
}
.BgClassName
{
background-color: #A3CB88;
}
</style>
border-color css
<style>
span { border-color: #A3CB88; }
span { border-color: rgb(163,203,136); }
td.TdClassName
{
border-color: #A3CB88;
}
.TagClassName
{
border-color: #A3CB88;
}
</style>