Shades of Beryl Green #C3C9A5
Tints of Beryl Green #C3C9A5
RGB
CMYK
RGB Variations
Color information
#C3C9A5 (or 0xC3C9A5) is known color: Beryl Green. HEX triplet: C3, C9 and A5. RGB value is (195,201,165). Sum of RGB (Red+Green+Blue) = 195+201+165=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C9A5 is #3C365A. Grayscale: #C3C3C3. Windows color (decimal): -3946075 or 10865091. OLE color: 10865091.
HSL color Cylindrical-coordinate representation of color #C3C9A5: hue angle of 70º degrees, saturation: 0.25, 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 #C3C9A5 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 165 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.21 |
| HSL | 70º | 0.25% | 0.72% | - |
| HSV(B) | 70º | 0.18% | 0.79% | - |
| XYZ | 50.18 | 56.09 | 43.78 | - |
| YUV | 195.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 165 | 0.03 | 0 | 0.18 | 0.21 | 70 | 0.25 | 0.72 |
| Hex | C3 | C9 | A5 | 3 | 0 | 12 | 15 | 46 | 19 | 48 |
| Octal | 303 | 311 | 245 | 3 | 0 | 22 | 25 | 106 | 31 | 110 |
| Binary | 11000011 | 11001001 | 10100101 | 11 | 0 | 10010 | 10101 | 1000110 | 11001 | 1001000 |
Color Harmonies of #C3C9A5
Complementary color
Monochromatic Colors of #C3C9A5
Black with #C3C9A5
Text Example
Text Example
White with #C3C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C9A5; }
p { color: rgb(195,201,165); }
H1.HeaderClassName
{
color: #C3C9A5;
}
.AnyTagClassName
{
color: #C3C9A5;
}
</style>
background-color css
<style>
a { background-color: #C3C9A5; }
a { background-color: rgb(195,201,165); }
div.DivClassName
{
background-color: #C3C9A5;
}
.BgClassName
{
background-color: #C3C9A5;
}
</style>
border-color css
<style>
span { border-color: #C3C9A5; }
span { border-color: rgb(195,201,165); }
td.TdClassName
{
border-color: #C3C9A5;
}
.TagClassName
{
border-color: #C3C9A5;
}
</style>