Shades of Pine Glade #C1C57C
Tints of Pine Glade #C1C57C
RGB
CMYK
RGB Variations
Color information
#C1C57C (or 0xC1C57C) is known color: Pine Glade. HEX triplet: C1, C5 and 7C. RGB value is (193,197,124). Sum of RGB (Red+Green+Blue) = 193+197+124=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C57C is #3E3A83. Grayscale: #BBBBBB. Windows color (decimal): -4078212 or 8177089. OLE color: 8177089.
HSL color Cylindrical-coordinate representation of color #C1C57C: hue angle of 63.29º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1C57C is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 124 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.23 |
| HSL | 63.29º | 0.39% | 0.63% | - |
| HSV(B) | 63.29º | 0.37% | 0.77% | - |
| XYZ | 45.6 | 52.73 | 26.84 | - |
| YUV | 187.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 124 | 0.02 | 0 | 0.37 | 0.23 | 63.29 | 0.39 | 0.63 |
| Hex | C1 | C5 | 7C | 2 | 0 | 25 | 17 | 3F | 27 | 3F |
| Octal | 301 | 305 | 174 | 2 | 0 | 45 | 27 | 77 | 47 | 77 |
| Binary | 11000001 | 11000101 | 1111100 | 10 | 0 | 100101 | 10111 | 111111 | 100111 | 111111 |
Color Harmonies of #C1C57C
Complementary color
Monochromatic Colors of #C1C57C
Black with #C1C57C
Text Example
Text Example
White with #C1C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C57C; }
p { color: rgb(193,197,124); }
H1.HeaderClassName
{
color: #C1C57C;
}
.AnyTagClassName
{
color: #C1C57C;
}
</style>
background-color css
<style>
a { background-color: #C1C57C; }
a { background-color: rgb(193,197,124); }
div.DivClassName
{
background-color: #C1C57C;
}
.BgClassName
{
background-color: #C1C57C;
}
</style>
border-color css
<style>
span { border-color: #C1C57C; }
span { border-color: rgb(193,197,124); }
td.TdClassName
{
border-color: #C1C57C;
}
.TagClassName
{
border-color: #C1C57C;
}
</style>