Shades of Pine Glade #C0C67E
Tints of Pine Glade #C0C67E
RGB
CMYK
RGB Variations
Color information
#C0C67E (or 0xC0C67E) is known color: Pine Glade. HEX triplet: C0, C6 and 7E. RGB value is (192,198,126). Sum of RGB (Red+Green+Blue) = 192+198+126=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67E is #3F3981. Grayscale: #BCBCBC. Windows color (decimal): -4143490 or 8308416. OLE color: 8308416.
HSL color Cylindrical-coordinate representation of color #C0C67E: hue angle of 65º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C67E is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 126 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.22 |
| HSL | 65º | 0.39% | 0.64% | - |
| HSV(B) | 65º | 0.36% | 0.78% | - |
| XYZ | 45.7 | 53.1 | 27.58 | - |
| YUV | 188 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 126 | 0.03 | 0 | 0.36 | 0.22 | 65 | 0.39 | 0.64 |
| Hex | C0 | C6 | 7E | 3 | 0 | 24 | 16 | 41 | 27 | 40 |
| Octal | 300 | 306 | 176 | 3 | 0 | 44 | 26 | 101 | 47 | 100 |
| Binary | 11000000 | 11000110 | 1111110 | 11 | 0 | 100100 | 10110 | 1000001 | 100111 | 1000000 |
Color Harmonies of #C0C67E
Complementary color
Monochromatic Colors of #C0C67E
Black with #C0C67E
Text Example
Text Example
White with #C0C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C67E; }
p { color: rgb(192,198,126); }
H1.HeaderClassName
{
color: #C0C67E;
}
.AnyTagClassName
{
color: #C0C67E;
}
</style>
background-color css
<style>
a { background-color: #C0C67E; }
a { background-color: rgb(192,198,126); }
div.DivClassName
{
background-color: #C0C67E;
}
.BgClassName
{
background-color: #C0C67E;
}
</style>
border-color css
<style>
span { border-color: #C0C67E; }
span { border-color: rgb(192,198,126); }
td.TdClassName
{
border-color: #C0C67E;
}
.TagClassName
{
border-color: #C0C67E;
}
</style>