Shades of Gossip #A5CB8E
Tints of Gossip #A5CB8E
RGB
CMYK
RGB Variations
Color information
#A5CB8E (or 0xA5CB8E) is known color: Gossip. HEX triplet: A5, CB and 8E. RGB value is (165,203,142). Sum of RGB (Red+Green+Blue) = 165+203+142=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB8E is #5A3471. Grayscale: #B8B8B8. Windows color (decimal): -5911666 or 9358245. OLE color: 9358245.
HSL color Cylindrical-coordinate representation of color #A5CB8E: hue angle of 97.38º 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 #A5CB8E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 142 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.20 |
| HSL | 97.38º | 0.37% | 0.68% | - |
| HSV(B) | 97.38º | 0.3% | 0.8% | - |
| XYZ | 41.76 | 52.66 | 33.56 | - |
| YUV | 184.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 142 | 0.19 | 0 | 0.30 | 0.20 | 97.38 | 0.37 | 0.68 |
| Hex | A5 | CB | 8E | 13 | 0 | 1E | 14 | 61 | 25 | 44 |
| Octal | 245 | 313 | 216 | 23 | 0 | 36 | 24 | 141 | 45 | 104 |
| Binary | 10100101 | 11001011 | 10001110 | 10011 | 0 | 11110 | 10100 | 1100001 | 100101 | 1000100 |
Color Harmonies of #A5CB8E
Complementary color
Monochromatic Colors of #A5CB8E
Black with #A5CB8E
Text Example
Text Example
White with #A5CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CB8E; }
p { color: rgb(165,203,142); }
H1.HeaderClassName
{
color: #A5CB8E;
}
.AnyTagClassName
{
color: #A5CB8E;
}
</style>
background-color css
<style>
a { background-color: #A5CB8E; }
a { background-color: rgb(165,203,142); }
div.DivClassName
{
background-color: #A5CB8E;
}
.BgClassName
{
background-color: #A5CB8E;
}
</style>
border-color css
<style>
span { border-color: #A5CB8E; }
span { border-color: rgb(165,203,142); }
td.TdClassName
{
border-color: #A5CB8E;
}
.TagClassName
{
border-color: #A5CB8E;
}
</style>