Shades of Pine Glade #C5C77E
Tints of Pine Glade #C5C77E
RGB
CMYK
RGB Variations
Color information
#C5C77E (or 0xC5C77E) is known color: Pine Glade. HEX triplet: C5, C7 and 7E. RGB value is (197,199,126). Sum of RGB (Red+Green+Blue) = 197+199+126=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C77E is #3A3881. Grayscale: #BEBEBE. Windows color (decimal): -3815554 or 8308677. OLE color: 8308677.
HSL color Cylindrical-coordinate representation of color #C5C77E: hue angle of 61.64º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C77E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 126 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.22 |
| HSL | 61.64º | 0.39% | 0.64% | - |
| HSV(B) | 61.64º | 0.37% | 0.78% | - |
| XYZ | 47.22 | 54.22 | 27.72 | - |
| YUV | 190.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 126 | 0.01 | 0 | 0.37 | 0.22 | 61.64 | 0.39 | 0.64 |
| Hex | C5 | C7 | 7E | 1 | 0 | 25 | 16 | 3E | 27 | 40 |
| Octal | 305 | 307 | 176 | 1 | 0 | 45 | 26 | 76 | 47 | 100 |
| Binary | 11000101 | 11000111 | 1111110 | 1 | 0 | 100101 | 10110 | 111110 | 100111 | 1000000 |
Color Harmonies of #C5C77E
Complementary color
Monochromatic Colors of #C5C77E
Black with #C5C77E
Text Example
Text Example
White with #C5C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C77E; }
p { color: rgb(197,199,126); }
H1.HeaderClassName
{
color: #C5C77E;
}
.AnyTagClassName
{
color: #C5C77E;
}
</style>
background-color css
<style>
a { background-color: #C5C77E; }
a { background-color: rgb(197,199,126); }
div.DivClassName
{
background-color: #C5C77E;
}
.BgClassName
{
background-color: #C5C77E;
}
</style>
border-color css
<style>
span { border-color: #C5C77E; }
span { border-color: rgb(197,199,126); }
td.TdClassName
{
border-color: #C5C77E;
}
.TagClassName
{
border-color: #C5C77E;
}
</style>