Shades of Beryl Green #C0C4A7
Tints of Beryl Green #C0C4A7
RGB
CMYK
RGB Variations
Color information
#C0C4A7 (or 0xC0C4A7) is known color: Beryl Green. HEX triplet: C0, C4 and A7. RGB value is (192,196,167). Sum of RGB (Red+Green+Blue) = 192+196+167=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C4A7 is #3F3B58. Grayscale: #BFBFBF. Windows color (decimal): -4143961 or 10994880. OLE color: 10994880.
HSL color Cylindrical-coordinate representation of color #C0C4A7: hue angle of 68.28º degrees, saturation: 0.2, 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 #C0C4A7 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 167 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.23 |
| HSL | 68.28º | 0.2% | 0.71% | - |
| HSV(B) | 68.28º | 0.15% | 0.77% | - |
| XYZ | 48.45 | 53.48 | 44.33 | - |
| YUV | 191.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 167 | 0.02 | 0 | 0.15 | 0.23 | 68.28 | 0.2 | 0.71 |
| Hex | C0 | C4 | A7 | 2 | 0 | F | 17 | 44 | 14 | 47 |
| Octal | 300 | 304 | 247 | 2 | 0 | 17 | 27 | 104 | 24 | 107 |
| Binary | 11000000 | 11000100 | 10100111 | 10 | 0 | 1111 | 10111 | 1000100 | 10100 | 1000111 |
Color Harmonies of #C0C4A7
Complementary color
Monochromatic Colors of #C0C4A7
Black with #C0C4A7
Text Example
Text Example
White with #C0C4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4A7; }
p { color: rgb(192,196,167); }
H1.HeaderClassName
{
color: #C0C4A7;
}
.AnyTagClassName
{
color: #C0C4A7;
}
</style>
background-color css
<style>
a { background-color: #C0C4A7; }
a { background-color: rgb(192,196,167); }
div.DivClassName
{
background-color: #C0C4A7;
}
.BgClassName
{
background-color: #C0C4A7;
}
</style>
border-color css
<style>
span { border-color: #C0C4A7; }
span { border-color: rgb(192,196,167); }
td.TdClassName
{
border-color: #C0C4A7;
}
.TagClassName
{
border-color: #C0C4A7;
}
</style>