Shades of Pine Glade #C5C67E
Tints of Pine Glade #C5C67E
RGB
CMYK
RGB Variations
Color information
#C5C67E (or 0xC5C67E) is known color: Pine Glade. HEX triplet: C5, C6 and 7E. RGB value is (197,198,126). Sum of RGB (Red+Green+Blue) = 197+198+126=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C67E is #3A3981. Grayscale: #BDBDBD. Windows color (decimal): -3815810 or 8308421. OLE color: 8308421.
HSL color Cylindrical-coordinate representation of color #C5C67E: hue angle of 60.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5C67E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 126 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.22 |
| HSL | 60.83º | 0.39% | 0.64% | - |
| HSV(B) | 60.83º | 0.36% | 0.78% | - |
| XYZ | 46.99 | 53.76 | 27.64 | - |
| YUV | 189.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 126 | 0.01 | 0 | 0.36 | 0.22 | 60.83 | 0.39 | 0.64 |
| Hex | C5 | C6 | 7E | 1 | 0 | 24 | 16 | 3D | 27 | 40 |
| Octal | 305 | 306 | 176 | 1 | 0 | 44 | 26 | 75 | 47 | 100 |
| Binary | 11000101 | 11000110 | 1111110 | 1 | 0 | 100100 | 10110 | 111101 | 100111 | 1000000 |
Color Harmonies of #C5C67E
Complementary color
Monochromatic Colors of #C5C67E
Black with #C5C67E
Text Example
Text Example
White with #C5C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C67E; }
p { color: rgb(197,198,126); }
H1.HeaderClassName
{
color: #C5C67E;
}
.AnyTagClassName
{
color: #C5C67E;
}
</style>
background-color css
<style>
a { background-color: #C5C67E; }
a { background-color: rgb(197,198,126); }
div.DivClassName
{
background-color: #C5C67E;
}
.BgClassName
{
background-color: #C5C67E;
}
</style>
border-color css
<style>
span { border-color: #C5C67E; }
span { border-color: rgb(197,198,126); }
td.TdClassName
{
border-color: #C5C67E;
}
.TagClassName
{
border-color: #C5C67E;
}
</style>