Shades of Beryl Green #C3CAA1
Tints of Beryl Green #C3CAA1
RGB
CMYK
RGB Variations
Color information
#C3CAA1 (or 0xC3CAA1) is known color: Beryl Green. HEX triplet: C3, CA and A1. RGB value is (195,202,161). Sum of RGB (Red+Green+Blue) = 195+202+161=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAA1 is #3C355E. Grayscale: #C3C3C3. Windows color (decimal): -3945823 or 10603203. OLE color: 10603203.
HSL color Cylindrical-coordinate representation of color #C3CAA1: hue angle of 70.24º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3CAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 202 | 161 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.21 |
| HSL | 70.24º | 0.28% | 0.71% | - |
| HSV(B) | 70.24º | 0.2% | 0.79% | - |
| XYZ | 50.06 | 56.42 | 41.97 | - |
| YUV | 195.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 202 | 161 | 0.03 | 0 | 0.20 | 0.21 | 70.24 | 0.28 | 0.71 |
| Hex | C3 | CA | A1 | 3 | 0 | 14 | 15 | 46 | 1C | 47 |
| Octal | 303 | 312 | 241 | 3 | 0 | 24 | 25 | 106 | 34 | 107 |
| Binary | 11000011 | 11001010 | 10100001 | 11 | 0 | 10100 | 10101 | 1000110 | 11100 | 1000111 |
Color Harmonies of #C3CAA1
Complementary color
Monochromatic Colors of #C3CAA1
Black with #C3CAA1
Text Example
Text Example
White with #C3CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAA1; }
p { color: rgb(195,202,161); }
H1.HeaderClassName
{
color: #C3CAA1;
}
.AnyTagClassName
{
color: #C3CAA1;
}
</style>
background-color css
<style>
a { background-color: #C3CAA1; }
a { background-color: rgb(195,202,161); }
div.DivClassName
{
background-color: #C3CAA1;
}
.BgClassName
{
background-color: #C3CAA1;
}
</style>
border-color css
<style>
span { border-color: #C3CAA1; }
span { border-color: rgb(195,202,161); }
td.TdClassName
{
border-color: #C3CAA1;
}
.TagClassName
{
border-color: #C3CAA1;
}
</style>