Shades of Beryl Green #C0C6AB
Tints of Beryl Green #C0C6AB
RGB
CMYK
RGB Variations
Color information
#C0C6AB (or 0xC0C6AB) is known color: Beryl Green. HEX triplet: C0, C6 and AB. RGB value is (192,198,171). Sum of RGB (Red+Green+Blue) = 192+198+171=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C6AB is #3F3954. Grayscale: #C1C1C1. Windows color (decimal): -4143445 or 11257536. OLE color: 11257536.
HSL color Cylindrical-coordinate representation of color #C0C6AB: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0C6AB is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 171 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.22 |
| HSL | 73.33º | 0.19% | 0.72% | - |
| HSV(B) | 73.33º | 0.14% | 0.78% | - |
| XYZ | 49.28 | 54.53 | 46.46 | - |
| YUV | 193.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 171 | 0.03 | 0 | 0.14 | 0.22 | 73.33 | 0.19 | 0.72 |
| Hex | C0 | C6 | AB | 3 | 0 | E | 16 | 49 | 13 | 48 |
| Octal | 300 | 306 | 253 | 3 | 0 | 16 | 26 | 111 | 23 | 110 |
| Binary | 11000000 | 11000110 | 10101011 | 11 | 0 | 1110 | 10110 | 1001001 | 10011 | 1001000 |
Color Harmonies of #C0C6AB
Complementary color
Monochromatic Colors of #C0C6AB
Black with #C0C6AB
Text Example
Text Example
White with #C0C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6AB; }
p { color: rgb(192,198,171); }
H1.HeaderClassName
{
color: #C0C6AB;
}
.AnyTagClassName
{
color: #C0C6AB;
}
</style>
background-color css
<style>
a { background-color: #C0C6AB; }
a { background-color: rgb(192,198,171); }
div.DivClassName
{
background-color: #C0C6AB;
}
.BgClassName
{
background-color: #C0C6AB;
}
</style>
border-color css
<style>
span { border-color: #C0C6AB; }
span { border-color: rgb(192,198,171); }
td.TdClassName
{
border-color: #C0C6AB;
}
.TagClassName
{
border-color: #C0C6AB;
}
</style>