Shades of Beryl Green #C5CAB0
Tints of Beryl Green #C5CAB0
RGB
CMYK
RGB Variations
Color information
#C5CAB0 (or 0xC5CAB0) is known color: Beryl Green. HEX triplet: C5, CA and B0. RGB value is (197,202,176). Sum of RGB (Red+Green+Blue) = 197+202+176=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAB0 is #3A354F. Grayscale: #C5C5C5. Windows color (decimal): -3814736 or 11586245. OLE color: 11586245.
HSL color Cylindrical-coordinate representation of color #C5CAB0: hue angle of 71.54º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CAB0 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 176 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.21 |
| HSL | 71.54º | 0.2% | 0.74% | - |
| HSV(B) | 71.54º | 0.13% | 0.79% | - |
| XYZ | 51.98 | 57.25 | 49.38 | - |
| YUV | 197.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 176 | 0.02 | 0 | 0.13 | 0.21 | 71.54 | 0.2 | 0.74 |
| Hex | C5 | CA | B0 | 2 | 0 | D | 15 | 48 | 14 | 4A |
| Octal | 305 | 312 | 260 | 2 | 0 | 15 | 25 | 110 | 24 | 112 |
| Binary | 11000101 | 11001010 | 10110000 | 10 | 0 | 1101 | 10101 | 1001000 | 10100 | 1001010 |
Color Harmonies of #C5CAB0
Complementary color
Monochromatic Colors of #C5CAB0
Black with #C5CAB0
Text Example
Text Example
White with #C5CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAB0; }
p { color: rgb(197,202,176); }
H1.HeaderClassName
{
color: #C5CAB0;
}
.AnyTagClassName
{
color: #C5CAB0;
}
</style>
background-color css
<style>
a { background-color: #C5CAB0; }
a { background-color: rgb(197,202,176); }
div.DivClassName
{
background-color: #C5CAB0;
}
.BgClassName
{
background-color: #C5CAB0;
}
</style>
border-color css
<style>
span { border-color: #C5CAB0; }
span { border-color: rgb(197,202,176); }
td.TdClassName
{
border-color: #C5CAB0;
}
.TagClassName
{
border-color: #C5CAB0;
}
</style>