Shades of Beryl Green #C2CBA0
Tints of Beryl Green #C2CBA0
RGB
CMYK
RGB Variations
Color information
#C2CBA0 (or 0xC2CBA0) is known color: Beryl Green. HEX triplet: C2, CB and A0. RGB value is (194,203,160). Sum of RGB (Red+Green+Blue) = 194+203+160=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBA0 is #3D345F. Grayscale: #C3C3C3. Windows color (decimal): -4011104 or 10537922. OLE color: 10537922.
HSL color Cylindrical-coordinate representation of color #C2CBA0: hue angle of 72.56º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CBA0 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 160 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.20 |
| HSL | 72.56º | 0.29% | 0.71% | - |
| HSV(B) | 72.56º | 0.21% | 0.8% | - |
| XYZ | 49.95 | 56.72 | 41.57 | - |
| YUV | 195.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 160 | 0.04 | 0 | 0.21 | 0.20 | 72.56 | 0.29 | 0.71 |
| Hex | C2 | CB | A0 | 4 | 0 | 15 | 14 | 49 | 1D | 47 |
| Octal | 302 | 313 | 240 | 4 | 0 | 25 | 24 | 111 | 35 | 107 |
| Binary | 11000010 | 11001011 | 10100000 | 100 | 0 | 10101 | 10100 | 1001001 | 11101 | 1000111 |
Color Harmonies of #C2CBA0
Complementary color
Monochromatic Colors of #C2CBA0
Black with #C2CBA0
Text Example
Text Example
White with #C2CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBA0; }
p { color: rgb(194,203,160); }
H1.HeaderClassName
{
color: #C2CBA0;
}
.AnyTagClassName
{
color: #C2CBA0;
}
</style>
background-color css
<style>
a { background-color: #C2CBA0; }
a { background-color: rgb(194,203,160); }
div.DivClassName
{
background-color: #C2CBA0;
}
.BgClassName
{
background-color: #C2CBA0;
}
</style>
border-color css
<style>
span { border-color: #C2CBA0; }
span { border-color: rgb(194,203,160); }
td.TdClassName
{
border-color: #C2CBA0;
}
.TagClassName
{
border-color: #C2CBA0;
}
</style>