Shades of Beryl Green #C4CCA2
Tints of Beryl Green #C4CCA2
RGB
CMYK
RGB Variations
Color information
#C4CCA2 (or 0xC4CCA2) is known color: Beryl Green. HEX triplet: C4, CC and A2. RGB value is (196,204,162). Sum of RGB (Red+Green+Blue) = 196+204+162=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCA2 is #3B335D. Grayscale: #C4C4C4. Windows color (decimal): -3879774 or 10669252. OLE color: 10669252.
HSL color Cylindrical-coordinate representation of color #C4CCA2: hue angle of 71.43º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CCA2 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 196 | 204 | 162 | - |
CMYK | 0.04 | 0 | 0.21 | 0.2 |
HSL | 71.43º | 0.29% | 0.72% | - |
HSV(B) | 71.43º | 0.21% | 0.8% | - |
XYZ | 50.88 | 57.53 | 42.61 | - |
YUV | 196.82 | 108.35 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 204 | 162 | 0.04 | 0 | 0.21 | 0.2 | 71.43 | 0.29 | 0.72 |
Hex | C4 | CC | A2 | 4 | 0 | 15 | 14 | 47 | 1D | 48 |
Octal | 304 | 314 | 242 | 4 | 0 | 25 | 24 | 107 | 35 | 110 |
Binary | 11000100 | 11001100 | 10100010 | 100 | 0 | 10101 | 10100 | 1000111 | 11101 | 1001000 |
Color Harmonies of #C4CCA2
Complementary color
Monochromatic Colors of #C4CCA2
Black with #C4CCA2
Text Example
Text Example
White with #C4CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCA2; }
p { color: rgb(196,204,162); }
H1.HeaderClassName
{
color: #C4CCA2;
}
.AnyTagClassName
{
color: #C4CCA2;
}
</style>
background-color css
<style>
a { background-color: #C4CCA2; }
a { background-color: rgb(196,204,162); }
div.DivClassName
{
background-color: #C4CCA2;
}
.BgClassName
{
background-color: #C4CCA2;
}
</style>
border-color css
<style>
span { border-color: #C4CCA2; }
span { border-color: rgb(196,204,162); }
td.TdClassName
{
border-color: #C4CCA2;
}
.TagClassName
{
border-color: #C4CCA2;
}
</style>