Shades of Beryl Green #C1C5A2
Tints of Beryl Green #C1C5A2
RGB
CMYK
RGB Variations
Color information
#C1C5A2 (or 0xC1C5A2) is known color: Beryl Green. HEX triplet: C1, C5 and A2. RGB value is (193,197,162). Sum of RGB (Red+Green+Blue) = 193+197+162=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C5A2 is #3E3A5D. Grayscale: #BFBFBF. Windows color (decimal): -4078174 or 10667457. OLE color: 10667457.
HSL color Cylindrical-coordinate representation of color #C1C5A2: hue angle of 66.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1C5A2 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 162 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.23 |
| HSL | 66.86º | 0.23% | 0.7% | - |
| HSV(B) | 66.86º | 0.18% | 0.77% | - |
| XYZ | 48.48 | 53.88 | 42.03 | - |
| YUV | 191.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 162 | 0.02 | 0 | 0.18 | 0.23 | 66.86 | 0.23 | 0.7 |
| Hex | C1 | C5 | A2 | 2 | 0 | 12 | 17 | 43 | 17 | 46 |
| Octal | 301 | 305 | 242 | 2 | 0 | 22 | 27 | 103 | 27 | 106 |
| Binary | 11000001 | 11000101 | 10100010 | 10 | 0 | 10010 | 10111 | 1000011 | 10111 | 1000110 |
Color Harmonies of #C1C5A2
Complementary color
Monochromatic Colors of #C1C5A2
Black with #C1C5A2
Text Example
Text Example
White with #C1C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5A2; }
p { color: rgb(193,197,162); }
H1.HeaderClassName
{
color: #C1C5A2;
}
.AnyTagClassName
{
color: #C1C5A2;
}
</style>
background-color css
<style>
a { background-color: #C1C5A2; }
a { background-color: rgb(193,197,162); }
div.DivClassName
{
background-color: #C1C5A2;
}
.BgClassName
{
background-color: #C1C5A2;
}
</style>
border-color css
<style>
span { border-color: #C1C5A2; }
span { border-color: rgb(193,197,162); }
td.TdClassName
{
border-color: #C1C5A2;
}
.TagClassName
{
border-color: #C1C5A2;
}
</style>