Shades of Pine Glade #C6C17D
Tints of Pine Glade #C6C17D
RGB
CMYK
RGB Variations
Color information
#C6C17D (or 0xC6C17D) is known color: Pine Glade. HEX triplet: C6, C1 and 7D. RGB value is (198,193,125). Sum of RGB (Red+Green+Blue) = 198+193+125=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C17D is #393E82. Grayscale: #BBBBBB. Windows color (decimal): -3751555 or 8241606. OLE color: 8241606.
HSL color Cylindrical-coordinate representation of color #C6C17D: hue angle of 55.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6C17D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 125 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.22 |
| HSL | 55.89º | 0.39% | 0.63% | - |
| HSV(B) | 55.89º | 0.37% | 0.78% | - |
| XYZ | 46.06 | 51.63 | 26.94 | - |
| YUV | 186.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 125 | 0 | 0.03 | 0.37 | 0.22 | 55.89 | 0.39 | 0.63 |
| Hex | C6 | C1 | 7D | 0 | 3 | 25 | 16 | 38 | 27 | 3F |
| Octal | 306 | 301 | 175 | 0 | 3 | 45 | 26 | 70 | 47 | 77 |
| Binary | 11000110 | 11000001 | 1111101 | 0 | 11 | 100101 | 10110 | 111000 | 100111 | 111111 |
Color Harmonies of #C6C17D
Complementary color
Monochromatic Colors of #C6C17D
Black with #C6C17D
Text Example
Text Example
White with #C6C17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C17D; }
p { color: rgb(198,193,125); }
H1.HeaderClassName
{
color: #C6C17D;
}
.AnyTagClassName
{
color: #C6C17D;
}
</style>
background-color css
<style>
a { background-color: #C6C17D; }
a { background-color: rgb(198,193,125); }
div.DivClassName
{
background-color: #C6C17D;
}
.BgClassName
{
background-color: #C6C17D;
}
</style>
border-color css
<style>
span { border-color: #C6C17D; }
span { border-color: rgb(198,193,125); }
td.TdClassName
{
border-color: #C6C17D;
}
.TagClassName
{
border-color: #C6C17D;
}
</style>