Shades of Beryl Green #C0C6A8
Tints of Beryl Green #C0C6A8
RGB
CMYK
RGB Variations
Color information
#C0C6A8 (or 0xC0C6A8) is known color: Beryl Green. HEX triplet: C0, C6 and A8. RGB value is (192,198,168). Sum of RGB (Red+Green+Blue) = 192+198+168=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C6A8 is #3F3957. Grayscale: #C0C0C0. Windows color (decimal): -4143448 or 11060928. OLE color: 11060928.
HSL color Cylindrical-coordinate representation of color #C0C6A8: hue angle of 72º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C6A8 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
RGB | 192 | 198 | 168 | - |
CMYK | 0.03 | 0 | 0.15 | 0.22 |
HSL | 72º | 0.21% | 0.72% | - |
HSV(B) | 72º | 0.15% | 0.78% | - |
XYZ | 49 | 54.42 | 44.97 | - |
YUV | 192.79 | 114.01 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 198 | 168 | 0.03 | 0 | 0.15 | 0.22 | 72 | 0.21 | 0.72 |
Hex | C0 | C6 | A8 | 3 | 0 | F | 16 | 48 | 15 | 48 |
Octal | 300 | 306 | 250 | 3 | 0 | 17 | 26 | 110 | 25 | 110 |
Binary | 11000000 | 11000110 | 10101000 | 11 | 0 | 1111 | 10110 | 1001000 | 10101 | 1001000 |
Color Harmonies of #C0C6A8
Complementary color
Monochromatic Colors of #C0C6A8
Black with #C0C6A8
Text Example
Text Example
White with #C0C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6A8; }
p { color: rgb(192,198,168); }
H1.HeaderClassName
{
color: #C0C6A8;
}
.AnyTagClassName
{
color: #C0C6A8;
}
</style>
background-color css
<style>
a { background-color: #C0C6A8; }
a { background-color: rgb(192,198,168); }
div.DivClassName
{
background-color: #C0C6A8;
}
.BgClassName
{
background-color: #C0C6A8;
}
</style>
border-color css
<style>
span { border-color: #C0C6A8; }
span { border-color: rgb(192,198,168); }
td.TdClassName
{
border-color: #C0C6A8;
}
.TagClassName
{
border-color: #C0C6A8;
}
</style>