Shades of Beryl Green #C1C5AE
Tints of Beryl Green #C1C5AE
RGB
CMYK
RGB Variations
Color information
#C1C5AE (or 0xC1C5AE) is known color: Beryl Green. HEX triplet: C1, C5 and AE. RGB value is (193,197,174). Sum of RGB (Red+Green+Blue) = 193+197+174=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C5AE is #3E3A51. Grayscale: #C1C1C1. Windows color (decimal): -4078162 or 11453889. OLE color: 11453889.
HSL color Cylindrical-coordinate representation of color #C1C5AE: hue angle of 70.43º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1C5AE is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 174 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.23 |
| HSL | 70.43º | 0.17% | 0.73% | - |
| HSV(B) | 70.43º | 0.12% | 0.77% | - |
| XYZ | 49.6 | 54.33 | 47.92 | - |
| YUV | 193.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 174 | 0.02 | 0 | 0.12 | 0.23 | 70.43 | 0.17 | 0.73 |
| Hex | C1 | C5 | AE | 2 | 0 | C | 17 | 46 | 11 | 49 |
| Octal | 301 | 305 | 256 | 2 | 0 | 14 | 27 | 106 | 21 | 111 |
| Binary | 11000001 | 11000101 | 10101110 | 10 | 0 | 1100 | 10111 | 1000110 | 10001 | 1001001 |
Color Harmonies of #C1C5AE
Complementary color
Monochromatic Colors of #C1C5AE
Black with #C1C5AE
Text Example
Text Example
White with #C1C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5AE; }
p { color: rgb(193,197,174); }
H1.HeaderClassName
{
color: #C1C5AE;
}
.AnyTagClassName
{
color: #C1C5AE;
}
</style>
background-color css
<style>
a { background-color: #C1C5AE; }
a { background-color: rgb(193,197,174); }
div.DivClassName
{
background-color: #C1C5AE;
}
.BgClassName
{
background-color: #C1C5AE;
}
</style>
border-color css
<style>
span { border-color: #C1C5AE; }
span { border-color: rgb(193,197,174); }
td.TdClassName
{
border-color: #C1C5AE;
}
.TagClassName
{
border-color: #C1C5AE;
}
</style>