Shades of Pine Glade #C4CA78
Tints of Pine Glade #C4CA78
RGB
CMYK
RGB Variations
Color information
#C4CA78 (or 0xC4CA78) is known color: Pine Glade. HEX triplet: C4, CA and 78. RGB value is (196,202,120). Sum of RGB (Red+Green+Blue) = 196+202+120=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA78 is #3B3587. Grayscale: #BFBFBF. Windows color (decimal): -3880328 or 7916228. OLE color: 7916228.
HSL color Cylindrical-coordinate representation of color #C4CA78: hue angle of 64.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4CA78 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 120 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.21 |
| HSL | 64.39º | 0.44% | 0.63% | - |
| HSV(B) | 64.39º | 0.41% | 0.79% | - |
| XYZ | 47.28 | 55.33 | 25.96 | - |
| YUV | 190.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 120 | 0.03 | 0 | 0.41 | 0.21 | 64.39 | 0.44 | 0.63 |
| Hex | C4 | CA | 78 | 3 | 0 | 29 | 15 | 40 | 2C | 3F |
| Octal | 304 | 312 | 170 | 3 | 0 | 51 | 25 | 100 | 54 | 77 |
| Binary | 11000100 | 11001010 | 1111000 | 11 | 0 | 101001 | 10101 | 1000000 | 101100 | 111111 |
Color Harmonies of #C4CA78
Complementary color
Monochromatic Colors of #C4CA78
Black with #C4CA78
Text Example
Text Example
White with #C4CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CA78; }
p { color: rgb(196,202,120); }
H1.HeaderClassName
{
color: #C4CA78;
}
.AnyTagClassName
{
color: #C4CA78;
}
</style>
background-color css
<style>
a { background-color: #C4CA78; }
a { background-color: rgb(196,202,120); }
div.DivClassName
{
background-color: #C4CA78;
}
.BgClassName
{
background-color: #C4CA78;
}
</style>
border-color css
<style>
span { border-color: #C4CA78; }
span { border-color: rgb(196,202,120); }
td.TdClassName
{
border-color: #C4CA78;
}
.TagClassName
{
border-color: #C4CA78;
}
</style>