Shades of Pine Glade #C5C67C
Tints of Pine Glade #C5C67C
RGB
CMYK
RGB Variations
Color information
#C5C67C (or 0xC5C67C) is known color: Pine Glade. HEX triplet: C5, C6 and 7C. RGB value is (197,198,124). Sum of RGB (Red+Green+Blue) = 197+198+124=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C67C is #3A3983. Grayscale: #BDBDBD. Windows color (decimal): -3815812 or 8177349. OLE color: 8177349.
HSL color Cylindrical-coordinate representation of color #C5C67C: hue angle of 60.81º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C67C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 124 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.22 |
| HSL | 60.81º | 0.39% | 0.63% | - |
| HSV(B) | 60.81º | 0.37% | 0.78% | - |
| XYZ | 46.86 | 53.71 | 26.97 | - |
| YUV | 189.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 124 | 0.01 | 0 | 0.37 | 0.22 | 60.81 | 0.39 | 0.63 |
| Hex | C5 | C6 | 7C | 1 | 0 | 25 | 16 | 3D | 27 | 3F |
| Octal | 305 | 306 | 174 | 1 | 0 | 45 | 26 | 75 | 47 | 77 |
| Binary | 11000101 | 11000110 | 1111100 | 1 | 0 | 100101 | 10110 | 111101 | 100111 | 111111 |
Color Harmonies of #C5C67C
Complementary color
Monochromatic Colors of #C5C67C
Black with #C5C67C
Text Example
Text Example
White with #C5C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C67C; }
p { color: rgb(197,198,124); }
H1.HeaderClassName
{
color: #C5C67C;
}
.AnyTagClassName
{
color: #C5C67C;
}
</style>
background-color css
<style>
a { background-color: #C5C67C; }
a { background-color: rgb(197,198,124); }
div.DivClassName
{
background-color: #C5C67C;
}
.BgClassName
{
background-color: #C5C67C;
}
</style>
border-color css
<style>
span { border-color: #C5C67C; }
span { border-color: rgb(197,198,124); }
td.TdClassName
{
border-color: #C5C67C;
}
.TagClassName
{
border-color: #C5C67C;
}
</style>