Shades of Beryl Green #C0C3A3
Tints of Beryl Green #C0C3A3
RGB
CMYK
RGB Variations
Color information
#C0C3A3 (or 0xC0C3A3) is known color: Beryl Green. HEX triplet: C0, C3 and A3. RGB value is (192,195,163). Sum of RGB (Red+Green+Blue) = 192+195+163=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C3A3 is #3F3C5C. Grayscale: #BEBEBE. Windows color (decimal): -4144221 or 10732480. OLE color: 10732480.
HSL color Cylindrical-coordinate representation of color #C0C3A3: hue angle of 65.62º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0C3A3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 163 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.24 |
| HSL | 65.63º | 0.21% | 0.7% | - |
| HSV(B) | 65.63º | 0.16% | 0.76% | - |
| XYZ | 47.86 | 52.88 | 42.33 | - |
| YUV | 190.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 163 | 0.02 | 0 | 0.16 | 0.24 | 65.63 | 0.21 | 0.7 |
| Hex | C0 | C3 | A3 | 2 | 0 | 10 | 18 | 42 | 15 | 46 |
| Octal | 300 | 303 | 243 | 2 | 0 | 20 | 30 | 102 | 25 | 106 |
| Binary | 11000000 | 11000011 | 10100011 | 10 | 0 | 10000 | 11000 | 1000010 | 10101 | 1000110 |
Color Harmonies of #C0C3A3
Complementary color
Monochromatic Colors of #C0C3A3
Black with #C0C3A3
Text Example
Text Example
White with #C0C3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3A3; }
p { color: rgb(192,195,163); }
H1.HeaderClassName
{
color: #C0C3A3;
}
.AnyTagClassName
{
color: #C0C3A3;
}
</style>
background-color css
<style>
a { background-color: #C0C3A3; }
a { background-color: rgb(192,195,163); }
div.DivClassName
{
background-color: #C0C3A3;
}
.BgClassName
{
background-color: #C0C3A3;
}
</style>
border-color css
<style>
span { border-color: #C0C3A3; }
span { border-color: rgb(192,195,163); }
td.TdClassName
{
border-color: #C0C3A3;
}
.TagClassName
{
border-color: #C0C3A3;
}
</style>