Shades of Pine Glade #C5C778
Tints of Pine Glade #C5C778
RGB
CMYK
RGB Variations
Color information
#C5C778 (or 0xC5C778) is known color: Pine Glade. HEX triplet: C5, C7 and 78. RGB value is (197,199,120). Sum of RGB (Red+Green+Blue) = 197+199+120=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C778 is #3A3887. Grayscale: #BDBDBD. Windows color (decimal): -3815560 or 7915461. OLE color: 7915461.
HSL color Cylindrical-coordinate representation of color #C5C778: hue angle of 61.52º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5C778 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 120 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.22 |
| HSL | 61.52º | 0.41% | 0.63% | - |
| HSV(B) | 61.52º | 0.4% | 0.78% | - |
| XYZ | 46.84 | 54.07 | 25.74 | - |
| YUV | 189.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 120 | 0.01 | 0 | 0.40 | 0.22 | 61.52 | 0.41 | 0.63 |
| Hex | C5 | C7 | 78 | 1 | 0 | 28 | 16 | 3E | 29 | 3F |
| Octal | 305 | 307 | 170 | 1 | 0 | 50 | 26 | 76 | 51 | 77 |
| Binary | 11000101 | 11000111 | 1111000 | 1 | 0 | 101000 | 10110 | 111110 | 101001 | 111111 |
Color Harmonies of #C5C778
Complementary color
Monochromatic Colors of #C5C778
Black with #C5C778
Text Example
Text Example
White with #C5C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C778; }
p { color: rgb(197,199,120); }
H1.HeaderClassName
{
color: #C5C778;
}
.AnyTagClassName
{
color: #C5C778;
}
</style>
background-color css
<style>
a { background-color: #C5C778; }
a { background-color: rgb(197,199,120); }
div.DivClassName
{
background-color: #C5C778;
}
.BgClassName
{
background-color: #C5C778;
}
</style>
border-color css
<style>
span { border-color: #C5C778; }
span { border-color: rgb(197,199,120); }
td.TdClassName
{
border-color: #C5C778;
}
.TagClassName
{
border-color: #C5C778;
}
</style>