Shades of Beryl Green #C0C2B8
Tints of Beryl Green #C0C2B8
RGB
CMYK
RGB Variations
Color information
#C0C2B8 (or 0xC0C2B8) is known color: Beryl Green. HEX triplet: C0, C2 and B8. RGB value is (192,194,184). Sum of RGB (Red+Green+Blue) = 192+194+184=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2B8 is #3F3D47. Grayscale: #C0C0C0. Windows color (decimal): -4144456 or 12108480. OLE color: 12108480.
HSL color Cylindrical-coordinate representation of color #C0C2B8: hue angle of 72º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C2B8 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 184 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.24 |
| HSL | 72º | 0.08% | 0.74% | - |
| HSV(B) | 72º | 0.05% | 0.76% | - |
| XYZ | 49.68 | 53.25 | 53.01 | - |
| YUV | 192.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 184 | 0.01 | 0 | 0.05 | 0.24 | 72 | 0.08 | 0.74 |
| Hex | C0 | C2 | B8 | 1 | 0 | 5 | 18 | 48 | 8 | 4A |
| Octal | 300 | 302 | 270 | 1 | 0 | 5 | 30 | 110 | 10 | 112 |
| Binary | 11000000 | 11000010 | 10111000 | 1 | 0 | 101 | 11000 | 1001000 | 1000 | 1001010 |
Color Harmonies of #C0C2B8
Complementary color
Monochromatic Colors of #C0C2B8
Black with #C0C2B8
Text Example
Text Example
White with #C0C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2B8; }
p { color: rgb(192,194,184); }
H1.HeaderClassName
{
color: #C0C2B8;
}
.AnyTagClassName
{
color: #C0C2B8;
}
</style>
background-color css
<style>
a { background-color: #C0C2B8; }
a { background-color: rgb(192,194,184); }
div.DivClassName
{
background-color: #C0C2B8;
}
.BgClassName
{
background-color: #C0C2B8;
}
</style>
border-color css
<style>
span { border-color: #C0C2B8; }
span { border-color: rgb(192,194,184); }
td.TdClassName
{
border-color: #C0C2B8;
}
.TagClassName
{
border-color: #C0C2B8;
}
</style>