Shades of Beryl Green #C0C3AE
Tints of Beryl Green #C0C3AE
RGB
CMYK
RGB Variations
Color information
#C0C3AE (or 0xC0C3AE) is known color: Beryl Green. HEX triplet: C0, C3 and AE. RGB value is (192,195,174). Sum of RGB (Red+Green+Blue) = 192+195+174=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C3AE is #3F3C51. Grayscale: #BFBFBF. Windows color (decimal): -4144210 or 11453376. OLE color: 11453376.
HSL color Cylindrical-coordinate representation of color #C0C3AE: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0C3AE is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 174 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.24 |
| HSL | 68.57º | 0.15% | 0.72% | - |
| HSV(B) | 68.57º | 0.11% | 0.76% | - |
| XYZ | 48.89 | 53.29 | 47.75 | - |
| YUV | 191.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 174 | 0.02 | 0 | 0.11 | 0.24 | 68.57 | 0.15 | 0.72 |
| Hex | C0 | C3 | AE | 2 | 0 | B | 18 | 45 | F | 48 |
| Octal | 300 | 303 | 256 | 2 | 0 | 13 | 30 | 105 | 17 | 110 |
| Binary | 11000000 | 11000011 | 10101110 | 10 | 0 | 1011 | 11000 | 1000101 | 1111 | 1001000 |
Color Harmonies of #C0C3AE
Complementary color
Monochromatic Colors of #C0C3AE
Black with #C0C3AE
Text Example
Text Example
White with #C0C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3AE; }
p { color: rgb(192,195,174); }
H1.HeaderClassName
{
color: #C0C3AE;
}
.AnyTagClassName
{
color: #C0C3AE;
}
</style>
background-color css
<style>
a { background-color: #C0C3AE; }
a { background-color: rgb(192,195,174); }
div.DivClassName
{
background-color: #C0C3AE;
}
.BgClassName
{
background-color: #C0C3AE;
}
</style>
border-color css
<style>
span { border-color: #C0C3AE; }
span { border-color: rgb(192,195,174); }
td.TdClassName
{
border-color: #C0C3AE;
}
.TagClassName
{
border-color: #C0C3AE;
}
</style>