Shades of Beryl Green #C0C4A4
Tints of Beryl Green #C0C4A4
RGB
CMYK
RGB Variations
Color information
#C0C4A4 (or 0xC0C4A4) is known color: Beryl Green. HEX triplet: C0, C4 and A4. RGB value is (192,196,164). Sum of RGB (Red+Green+Blue) = 192+196+164=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C4A4 is #3F3B5B. Grayscale: #BFBFBF. Windows color (decimal): -4143964 or 10798272. OLE color: 10798272.
HSL color Cylindrical-coordinate representation of color #C0C4A4: hue angle of 67.5º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0C4A4 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 164 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.23 |
| HSL | 67.5º | 0.21% | 0.71% | - |
| HSV(B) | 67.5º | 0.16% | 0.77% | - |
| XYZ | 48.18 | 53.37 | 42.88 | - |
| YUV | 191.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 164 | 0.02 | 0 | 0.16 | 0.23 | 67.5 | 0.21 | 0.71 |
| Hex | C0 | C4 | A4 | 2 | 0 | 10 | 17 | 44 | 15 | 47 |
| Octal | 300 | 304 | 244 | 2 | 0 | 20 | 27 | 104 | 25 | 107 |
| Binary | 11000000 | 11000100 | 10100100 | 10 | 0 | 10000 | 10111 | 1000100 | 10101 | 1000111 |
Color Harmonies of #C0C4A4
Complementary color
Monochromatic Colors of #C0C4A4
Black with #C0C4A4
Text Example
Text Example
White with #C0C4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C4A4; }
p { color: rgb(192,196,164); }
H1.HeaderClassName
{
color: #C0C4A4;
}
.AnyTagClassName
{
color: #C0C4A4;
}
</style>
background-color css
<style>
a { background-color: #C0C4A4; }
a { background-color: rgb(192,196,164); }
div.DivClassName
{
background-color: #C0C4A4;
}
.BgClassName
{
background-color: #C0C4A4;
}
</style>
border-color css
<style>
span { border-color: #C0C4A4; }
span { border-color: rgb(192,196,164); }
td.TdClassName
{
border-color: #C0C4A4;
}
.TagClassName
{
border-color: #C0C4A4;
}
</style>