Shades of Beryl Green #C0C5A7
Tints of Beryl Green #C0C5A7
RGB
CMYK
RGB Variations
Color information
#C0C5A7 (or 0xC0C5A7) is known color: Beryl Green. HEX triplet: C0, C5 and A7. RGB value is (192,197,167). Sum of RGB (Red+Green+Blue) = 192+197+167=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C5A7 is #3F3A58. Grayscale: #C0C0C0. Windows color (decimal): -4143705 or 10995136. OLE color: 10995136.
HSL color Cylindrical-coordinate representation of color #C0C5A7: hue angle of 70º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C5A7 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 167 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.23 |
| HSL | 70º | 0.21% | 0.71% | - |
| HSV(B) | 70º | 0.15% | 0.77% | - |
| XYZ | 48.68 | 53.93 | 44.4 | - |
| YUV | 192.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 167 | 0.03 | 0 | 0.15 | 0.23 | 70 | 0.21 | 0.71 |
| Hex | C0 | C5 | A7 | 3 | 0 | F | 17 | 46 | 15 | 47 |
| Octal | 300 | 305 | 247 | 3 | 0 | 17 | 27 | 106 | 25 | 107 |
| Binary | 11000000 | 11000101 | 10100111 | 11 | 0 | 1111 | 10111 | 1000110 | 10101 | 1000111 |
Color Harmonies of #C0C5A7
Complementary color
Monochromatic Colors of #C0C5A7
Black with #C0C5A7
Text Example
Text Example
White with #C0C5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5A7; }
p { color: rgb(192,197,167); }
H1.HeaderClassName
{
color: #C0C5A7;
}
.AnyTagClassName
{
color: #C0C5A7;
}
</style>
background-color css
<style>
a { background-color: #C0C5A7; }
a { background-color: rgb(192,197,167); }
div.DivClassName
{
background-color: #C0C5A7;
}
.BgClassName
{
background-color: #C0C5A7;
}
</style>
border-color css
<style>
span { border-color: #C0C5A7; }
span { border-color: rgb(192,197,167); }
td.TdClassName
{
border-color: #C0C5A7;
}
.TagClassName
{
border-color: #C0C5A7;
}
</style>