Shades of Beryl Green #C5CAA5
Tints of Beryl Green #C5CAA5
RGB
CMYK
RGB Variations
Color information
#C5CAA5 (or 0xC5CAA5) is known color: Beryl Green. HEX triplet: C5, CA and A5. RGB value is (197,202,165). Sum of RGB (Red+Green+Blue) = 197+202+165=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAA5 is #3A355A. Grayscale: #C4C4C4. Windows color (decimal): -3814747 or 10865349. OLE color: 10865349.
HSL color Cylindrical-coordinate representation of color #C5CAA5: hue angle of 68.11º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CAA5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 165 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.21 |
| HSL | 68.11º | 0.26% | 0.72% | - |
| HSV(B) | 68.11º | 0.18% | 0.79% | - |
| XYZ | 50.94 | 56.83 | 43.88 | - |
| YUV | 196.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 165 | 0.02 | 0 | 0.18 | 0.21 | 68.11 | 0.26 | 0.72 |
| Hex | C5 | CA | A5 | 2 | 0 | 12 | 15 | 44 | 1A | 48 |
| Octal | 305 | 312 | 245 | 2 | 0 | 22 | 25 | 104 | 32 | 110 |
| Binary | 11000101 | 11001010 | 10100101 | 10 | 0 | 10010 | 10101 | 1000100 | 11010 | 1001000 |
Color Harmonies of #C5CAA5
Complementary color
Monochromatic Colors of #C5CAA5
Black with #C5CAA5
Text Example
Text Example
White with #C5CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAA5; }
p { color: rgb(197,202,165); }
H1.HeaderClassName
{
color: #C5CAA5;
}
.AnyTagClassName
{
color: #C5CAA5;
}
</style>
background-color css
<style>
a { background-color: #C5CAA5; }
a { background-color: rgb(197,202,165); }
div.DivClassName
{
background-color: #C5CAA5;
}
.BgClassName
{
background-color: #C5CAA5;
}
</style>
border-color css
<style>
span { border-color: #C5CAA5; }
span { border-color: rgb(197,202,165); }
td.TdClassName
{
border-color: #C5CAA5;
}
.TagClassName
{
border-color: #C5CAA5;
}
</style>