Shades of Pine Glade #C0CB7E
Tints of Pine Glade #C0CB7E
RGB
CMYK
RGB Variations
Color information
#C0CB7E (or 0xC0CB7E) is known color: Pine Glade. HEX triplet: C0, CB and 7E. RGB value is (192,203,126). Sum of RGB (Red+Green+Blue) = 192+203+126=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB7E is #3F3481. Grayscale: #BFBFBF. Windows color (decimal): -4142210 or 8309696. OLE color: 8309696.
HSL color Cylindrical-coordinate representation of color #C0CB7E: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0CB7E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 126 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.20 |
| HSL | 68.57º | 0.43% | 0.65% | - |
| HSV(B) | 68.57º | 0.38% | 0.8% | - |
| XYZ | 46.86 | 55.42 | 27.97 | - |
| YUV | 190.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 126 | 0.05 | 0 | 0.38 | 0.20 | 68.57 | 0.43 | 0.65 |
| Hex | C0 | CB | 7E | 5 | 0 | 26 | 14 | 45 | 2B | 41 |
| Octal | 300 | 313 | 176 | 5 | 0 | 46 | 24 | 105 | 53 | 101 |
| Binary | 11000000 | 11001011 | 1111110 | 101 | 0 | 100110 | 10100 | 1000101 | 101011 | 1000001 |
Color Harmonies of #C0CB7E
Complementary color
Monochromatic Colors of #C0CB7E
Black with #C0CB7E
Text Example
Text Example
White with #C0CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB7E; }
p { color: rgb(192,203,126); }
H1.HeaderClassName
{
color: #C0CB7E;
}
.AnyTagClassName
{
color: #C0CB7E;
}
</style>
background-color css
<style>
a { background-color: #C0CB7E; }
a { background-color: rgb(192,203,126); }
div.DivClassName
{
background-color: #C0CB7E;
}
.BgClassName
{
background-color: #C0CB7E;
}
</style>
border-color css
<style>
span { border-color: #C0CB7E; }
span { border-color: rgb(192,203,126); }
td.TdClassName
{
border-color: #C0CB7E;
}
.TagClassName
{
border-color: #C0CB7E;
}
</style>