Shades of Gossip #A4CB8E
Tints of Gossip #A4CB8E
RGB
CMYK
RGB Variations
Color information
#A4CB8E (or 0xA4CB8E) is known color: Gossip. HEX triplet: A4, CB and 8E. RGB value is (164,203,142). Sum of RGB (Red+Green+Blue) = 164+203+142=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB8E is #5B3471. Grayscale: #B8B8B8. Windows color (decimal): -5977202 or 9358244. OLE color: 9358244.
HSL color Cylindrical-coordinate representation of color #A4CB8E: hue angle of 98.36º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CB8E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 142 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.20 |
| HSL | 98.36º | 0.37% | 0.68% | - |
| HSV(B) | 98.36º | 0.3% | 0.8% | - |
| XYZ | 41.55 | 52.56 | 33.55 | - |
| YUV | 184.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 142 | 0.19 | 0 | 0.30 | 0.20 | 98.36 | 0.37 | 0.68 |
| Hex | A4 | CB | 8E | 13 | 0 | 1E | 14 | 62 | 25 | 44 |
| Octal | 244 | 313 | 216 | 23 | 0 | 36 | 24 | 142 | 45 | 104 |
| Binary | 10100100 | 11001011 | 10001110 | 10011 | 0 | 11110 | 10100 | 1100010 | 100101 | 1000100 |
Color Harmonies of #A4CB8E
Complementary color
Monochromatic Colors of #A4CB8E
Black with #A4CB8E
Text Example
Text Example
White with #A4CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB8E; }
p { color: rgb(164,203,142); }
H1.HeaderClassName
{
color: #A4CB8E;
}
.AnyTagClassName
{
color: #A4CB8E;
}
</style>
background-color css
<style>
a { background-color: #A4CB8E; }
a { background-color: rgb(164,203,142); }
div.DivClassName
{
background-color: #A4CB8E;
}
.BgClassName
{
background-color: #A4CB8E;
}
</style>
border-color css
<style>
span { border-color: #A4CB8E; }
span { border-color: rgb(164,203,142); }
td.TdClassName
{
border-color: #A4CB8E;
}
.TagClassName
{
border-color: #A4CB8E;
}
</style>