Shades of Pine Glade #C5C77D
Tints of Pine Glade #C5C77D
RGB
CMYK
RGB Variations
Color information
#C5C77D (or 0xC5C77D) is known color: Pine Glade. HEX triplet: C5, C7 and 7D. RGB value is (197,199,125). Sum of RGB (Red+Green+Blue) = 197+199+125=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C77D is #3A3882. Grayscale: #BEBEBE. Windows color (decimal): -3815555 or 8243141. OLE color: 8243141.
HSL color Cylindrical-coordinate representation of color #C5C77D: hue angle of 61.62º degrees, saturation: 0.4, 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 #C5C77D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 125 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.22 |
| HSL | 61.62º | 0.4% | 0.64% | - |
| HSV(B) | 61.62º | 0.37% | 0.78% | - |
| XYZ | 47.15 | 54.2 | 27.38 | - |
| YUV | 189.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 125 | 0.01 | 0 | 0.37 | 0.22 | 61.62 | 0.4 | 0.64 |
| Hex | C5 | C7 | 7D | 1 | 0 | 25 | 16 | 3E | 28 | 40 |
| Octal | 305 | 307 | 175 | 1 | 0 | 45 | 26 | 76 | 50 | 100 |
| Binary | 11000101 | 11000111 | 1111101 | 1 | 0 | 100101 | 10110 | 111110 | 101000 | 1000000 |
Color Harmonies of #C5C77D
Complementary color
Monochromatic Colors of #C5C77D
Black with #C5C77D
Text Example
Text Example
White with #C5C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C77D; }
p { color: rgb(197,199,125); }
H1.HeaderClassName
{
color: #C5C77D;
}
.AnyTagClassName
{
color: #C5C77D;
}
</style>
background-color css
<style>
a { background-color: #C5C77D; }
a { background-color: rgb(197,199,125); }
div.DivClassName
{
background-color: #C5C77D;
}
.BgClassName
{
background-color: #C5C77D;
}
</style>
border-color css
<style>
span { border-color: #C5C77D; }
span { border-color: rgb(197,199,125); }
td.TdClassName
{
border-color: #C5C77D;
}
.TagClassName
{
border-color: #C5C77D;
}
</style>