Shades of Beryl Green #C0C3AC
Tints of Beryl Green #C0C3AC
RGB
CMYK
RGB Variations
Color information
#C0C3AC (or 0xC0C3AC) is known color: Beryl Green. HEX triplet: C0, C3 and AC. RGB value is (192,195,172). Sum of RGB (Red+Green+Blue) = 192+195+172=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C3AC is #3F3C53. Grayscale: #BFBFBF. Windows color (decimal): -4144212 or 11322304. OLE color: 11322304.
HSL color Cylindrical-coordinate representation of color #C0C3AC: hue angle of 67.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0C3AC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 172 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.24 |
| HSL | 67.83º | 0.16% | 0.72% | - |
| HSV(B) | 67.83º | 0.12% | 0.76% | - |
| XYZ | 48.7 | 53.22 | 46.73 | - |
| YUV | 191.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 172 | 0.02 | 0 | 0.12 | 0.24 | 67.83 | 0.16 | 0.72 |
| Hex | C0 | C3 | AC | 2 | 0 | C | 18 | 44 | 10 | 48 |
| Octal | 300 | 303 | 254 | 2 | 0 | 14 | 30 | 104 | 20 | 110 |
| Binary | 11000000 | 11000011 | 10101100 | 10 | 0 | 1100 | 11000 | 1000100 | 10000 | 1001000 |
Color Harmonies of #C0C3AC
Complementary color
Monochromatic Colors of #C0C3AC
Black with #C0C3AC
Text Example
Text Example
White with #C0C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3AC; }
p { color: rgb(192,195,172); }
H1.HeaderClassName
{
color: #C0C3AC;
}
.AnyTagClassName
{
color: #C0C3AC;
}
</style>
background-color css
<style>
a { background-color: #C0C3AC; }
a { background-color: rgb(192,195,172); }
div.DivClassName
{
background-color: #C0C3AC;
}
.BgClassName
{
background-color: #C0C3AC;
}
</style>
border-color css
<style>
span { border-color: #C0C3AC; }
span { border-color: rgb(192,195,172); }
td.TdClassName
{
border-color: #C0C3AC;
}
.TagClassName
{
border-color: #C0C3AC;
}
</style>