Shades of Beryl Green #C5CBA5
Tints of Beryl Green #C5CBA5
RGB
CMYK
RGB Variations
Color information
#C5CBA5 (or 0xC5CBA5) is known color: Beryl Green. HEX triplet: C5, CB and A5. RGB value is (197,203,165). Sum of RGB (Red+Green+Blue) = 197+203+165=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CBA5 is #3A345A. Grayscale: #C5C5C5. Windows color (decimal): -3814491 or 10865605. OLE color: 10865605.
HSL color Cylindrical-coordinate representation of color #C5CBA5: hue angle of 69.47º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CBA5 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 165 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.20 |
| HSL | 69.47º | 0.27% | 0.72% | - |
| HSV(B) | 69.47º | 0.19% | 0.8% | - |
| XYZ | 51.17 | 57.3 | 43.96 | - |
| YUV | 196.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 165 | 0.03 | 0 | 0.19 | 0.20 | 69.47 | 0.27 | 0.72 |
| Hex | C5 | CB | A5 | 3 | 0 | 13 | 14 | 45 | 1B | 48 |
| Octal | 305 | 313 | 245 | 3 | 0 | 23 | 24 | 105 | 33 | 110 |
| Binary | 11000101 | 11001011 | 10100101 | 11 | 0 | 10011 | 10100 | 1000101 | 11011 | 1001000 |
Color Harmonies of #C5CBA5
Complementary color
Monochromatic Colors of #C5CBA5
Black with #C5CBA5
Text Example
Text Example
White with #C5CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBA5; }
p { color: rgb(197,203,165); }
H1.HeaderClassName
{
color: #C5CBA5;
}
.AnyTagClassName
{
color: #C5CBA5;
}
</style>
background-color css
<style>
a { background-color: #C5CBA5; }
a { background-color: rgb(197,203,165); }
div.DivClassName
{
background-color: #C5CBA5;
}
.BgClassName
{
background-color: #C5CBA5;
}
</style>
border-color css
<style>
span { border-color: #C5CBA5; }
span { border-color: rgb(197,203,165); }
td.TdClassName
{
border-color: #C5CBA5;
}
.TagClassName
{
border-color: #C5CBA5;
}
</style>