Shades of Pine Glade #C3C77E
Tints of Pine Glade #C3C77E
RGB
CMYK
RGB Variations
Color information
#C3C77E (or 0xC3C77E) is known color: Pine Glade. HEX triplet: C3, C7 and 7E. RGB value is (195,199,126). Sum of RGB (Red+Green+Blue) = 195+199+126=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C77E is #3C3881. Grayscale: #BDBDBD. Windows color (decimal): -3946626 or 8308675. OLE color: 8308675.
HSL color Cylindrical-coordinate representation of color #C3C77E: hue angle of 63.29º 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 #C3C77E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 126 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.22 |
| HSL | 63.29º | 0.39% | 0.64% | - |
| HSV(B) | 63.29º | 0.37% | 0.78% | - |
| XYZ | 46.7 | 53.96 | 27.69 | - |
| YUV | 189.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 126 | 0.02 | 0 | 0.37 | 0.22 | 63.29 | 0.39 | 0.64 |
| Hex | C3 | C7 | 7E | 2 | 0 | 25 | 16 | 3F | 27 | 40 |
| Octal | 303 | 307 | 176 | 2 | 0 | 45 | 26 | 77 | 47 | 100 |
| Binary | 11000011 | 11000111 | 1111110 | 10 | 0 | 100101 | 10110 | 111111 | 100111 | 1000000 |
Color Harmonies of #C3C77E
Complementary color
Monochromatic Colors of #C3C77E
Black with #C3C77E
Text Example
Text Example
White with #C3C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C77E; }
p { color: rgb(195,199,126); }
H1.HeaderClassName
{
color: #C3C77E;
}
.AnyTagClassName
{
color: #C3C77E;
}
</style>
background-color css
<style>
a { background-color: #C3C77E; }
a { background-color: rgb(195,199,126); }
div.DivClassName
{
background-color: #C3C77E;
}
.BgClassName
{
background-color: #C3C77E;
}
</style>
border-color css
<style>
span { border-color: #C3C77E; }
span { border-color: rgb(195,199,126); }
td.TdClassName
{
border-color: #C3C77E;
}
.TagClassName
{
border-color: #C3C77E;
}
</style>