Shades of Beryl Green #C0C6AC
Tints of Beryl Green #C0C6AC
RGB
CMYK
RGB Variations
Color information
#C0C6AC (or 0xC0C6AC) is known color: Beryl Green. HEX triplet: C0, C6 and AC. RGB value is (192,198,172). Sum of RGB (Red+Green+Blue) = 192+198+172=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C6AC is #3F3953. Grayscale: #C1C1C1. Windows color (decimal): -4143444 or 11323072. OLE color: 11323072.
HSL color Cylindrical-coordinate representation of color #C0C6AC: hue angle of 73.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C6AC is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 172 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.22 |
| HSL | 73.85º | 0.19% | 0.73% | - |
| HSV(B) | 73.85º | 0.13% | 0.78% | - |
| XYZ | 49.38 | 54.57 | 46.96 | - |
| YUV | 193.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 172 | 0.03 | 0 | 0.13 | 0.22 | 73.85 | 0.19 | 0.73 |
| Hex | C0 | C6 | AC | 3 | 0 | D | 16 | 4A | 13 | 49 |
| Octal | 300 | 306 | 254 | 3 | 0 | 15 | 26 | 112 | 23 | 111 |
| Binary | 11000000 | 11000110 | 10101100 | 11 | 0 | 1101 | 10110 | 1001010 | 10011 | 1001001 |
Color Harmonies of #C0C6AC
Complementary color
Monochromatic Colors of #C0C6AC
Black with #C0C6AC
Text Example
Text Example
White with #C0C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6AC; }
p { color: rgb(192,198,172); }
H1.HeaderClassName
{
color: #C0C6AC;
}
.AnyTagClassName
{
color: #C0C6AC;
}
</style>
background-color css
<style>
a { background-color: #C0C6AC; }
a { background-color: rgb(192,198,172); }
div.DivClassName
{
background-color: #C0C6AC;
}
.BgClassName
{
background-color: #C0C6AC;
}
</style>
border-color css
<style>
span { border-color: #C0C6AC; }
span { border-color: rgb(192,198,172); }
td.TdClassName
{
border-color: #C0C6AC;
}
.TagClassName
{
border-color: #C0C6AC;
}
</style>