Shades of Beryl Green #C4CAA6
Tints of Beryl Green #C4CAA6
RGB
CMYK
RGB Variations
Color information
#C4CAA6 (or 0xC4CAA6) is known color: Beryl Green. HEX triplet: C4, CA and A6. RGB value is (196,202,166). Sum of RGB (Red+Green+Blue) = 196+202+166=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAA6 is #3B3559. Grayscale: #C4C4C4. Windows color (decimal): -3880282 or 10930884. OLE color: 10930884.
HSL color Cylindrical-coordinate representation of color #C4CAA6: 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 #C4CAA6 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 166 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.21 |
| HSL | 70º | 0.25% | 0.72% | - |
| HSV(B) | 70º | 0.18% | 0.79% | - |
| XYZ | 50.77 | 56.73 | 44.35 | - |
| YUV | 196.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 166 | 0.03 | 0 | 0.18 | 0.21 | 70 | 0.25 | 0.72 |
| Hex | C4 | CA | A6 | 3 | 0 | 12 | 15 | 46 | 19 | 48 |
| Octal | 304 | 312 | 246 | 3 | 0 | 22 | 25 | 106 | 31 | 110 |
| Binary | 11000100 | 11001010 | 10100110 | 11 | 0 | 10010 | 10101 | 1000110 | 11001 | 1001000 |
Color Harmonies of #C4CAA6
Complementary color
Monochromatic Colors of #C4CAA6
Black with #C4CAA6
Text Example
Text Example
White with #C4CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAA6; }
p { color: rgb(196,202,166); }
H1.HeaderClassName
{
color: #C4CAA6;
}
.AnyTagClassName
{
color: #C4CAA6;
}
</style>
background-color css
<style>
a { background-color: #C4CAA6; }
a { background-color: rgb(196,202,166); }
div.DivClassName
{
background-color: #C4CAA6;
}
.BgClassName
{
background-color: #C4CAA6;
}
</style>
border-color css
<style>
span { border-color: #C4CAA6; }
span { border-color: rgb(196,202,166); }
td.TdClassName
{
border-color: #C4CAA6;
}
.TagClassName
{
border-color: #C4CAA6;
}
</style>