Shades of Pine Glade #C0C67A
Tints of Pine Glade #C0C67A
RGB
CMYK
RGB Variations
Color information
#C0C67A (or 0xC0C67A) is known color: Pine Glade. HEX triplet: C0, C6 and 7A. RGB value is (192,198,122). Sum of RGB (Red+Green+Blue) = 192+198+122=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C67A is #3F3985. Grayscale: #BBBBBB. Windows color (decimal): -4143494 or 8046272. OLE color: 8046272.
HSL color Cylindrical-coordinate representation of color #C0C67A: hue angle of 64.74º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C67A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 122 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.22 |
| HSL | 64.74º | 0.4% | 0.63% | - |
| HSV(B) | 64.74º | 0.38% | 0.78% | - |
| XYZ | 45.45 | 53 | 26.25 | - |
| YUV | 187.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 122 | 0.03 | 0 | 0.38 | 0.22 | 64.74 | 0.4 | 0.63 |
| Hex | C0 | C6 | 7A | 3 | 0 | 26 | 16 | 41 | 28 | 3F |
| Octal | 300 | 306 | 172 | 3 | 0 | 46 | 26 | 101 | 50 | 77 |
| Binary | 11000000 | 11000110 | 1111010 | 11 | 0 | 100110 | 10110 | 1000001 | 101000 | 111111 |
Color Harmonies of #C0C67A
Complementary color
Monochromatic Colors of #C0C67A
Black with #C0C67A
Text Example
Text Example
White with #C0C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C67A; }
p { color: rgb(192,198,122); }
H1.HeaderClassName
{
color: #C0C67A;
}
.AnyTagClassName
{
color: #C0C67A;
}
</style>
background-color css
<style>
a { background-color: #C0C67A; }
a { background-color: rgb(192,198,122); }
div.DivClassName
{
background-color: #C0C67A;
}
.BgClassName
{
background-color: #C0C67A;
}
</style>
border-color css
<style>
span { border-color: #C0C67A; }
span { border-color: rgb(192,198,122); }
td.TdClassName
{
border-color: #C0C67A;
}
.TagClassName
{
border-color: #C0C67A;
}
</style>