Shades of Beryl Green #C0C5AF
Tints of Beryl Green #C0C5AF
RGB
CMYK
RGB Variations
Color information
#C0C5AF (or 0xC0C5AF) is known color: Beryl Green. HEX triplet: C0, C5 and AF. RGB value is (192,197,175). Sum of RGB (Red+Green+Blue) = 192+197+175=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C5AF is #3F3A50. Grayscale: #C1C1C1. Windows color (decimal): -4143697 or 11519424. OLE color: 11519424.
HSL color Cylindrical-coordinate representation of color #C0C5AF: hue angle of 73.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0C5AF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 175 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.23 |
| HSL | 73.64º | 0.16% | 0.73% | - |
| HSV(B) | 73.64º | 0.11% | 0.77% | - |
| XYZ | 49.44 | 54.23 | 48.42 | - |
| YUV | 193 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 175 | 0.03 | 0 | 0.11 | 0.23 | 73.64 | 0.16 | 0.73 |
| Hex | C0 | C5 | AF | 3 | 0 | B | 17 | 4A | 10 | 49 |
| Octal | 300 | 305 | 257 | 3 | 0 | 13 | 27 | 112 | 20 | 111 |
| Binary | 11000000 | 11000101 | 10101111 | 11 | 0 | 1011 | 10111 | 1001010 | 10000 | 1001001 |
Color Harmonies of #C0C5AF
Complementary color
Monochromatic Colors of #C0C5AF
Black with #C0C5AF
Text Example
Text Example
White with #C0C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C5AF; }
p { color: rgb(192,197,175); }
H1.HeaderClassName
{
color: #C0C5AF;
}
.AnyTagClassName
{
color: #C0C5AF;
}
</style>
background-color css
<style>
a { background-color: #C0C5AF; }
a { background-color: rgb(192,197,175); }
div.DivClassName
{
background-color: #C0C5AF;
}
.BgClassName
{
background-color: #C0C5AF;
}
</style>
border-color css
<style>
span { border-color: #C0C5AF; }
span { border-color: rgb(192,197,175); }
td.TdClassName
{
border-color: #C0C5AF;
}
.TagClassName
{
border-color: #C0C5AF;
}
</style>