Shades of Pine Glade #C0CB76
Tints of Pine Glade #C0CB76
RGB
CMYK
RGB Variations
Color information
#C0CB76 (or 0xC0CB76) is known color: Pine Glade. HEX triplet: C0, CB and 76. RGB value is (192,203,118). Sum of RGB (Red+Green+Blue) = 192+203+118=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB76 is #3F3489. Grayscale: #BEBEBE. Windows color (decimal): -4142218 or 7785408. OLE color: 7785408.
HSL color Cylindrical-coordinate representation of color #C0CB76: hue angle of 67.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0CB76 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 118 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.20 |
| HSL | 67.76º | 0.45% | 0.63% | - |
| HSV(B) | 67.76º | 0.42% | 0.8% | - |
| XYZ | 46.36 | 55.23 | 25.36 | - |
| YUV | 190.02 | 87.36 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 118 | 0.05 | 0 | 0.42 | 0.20 | 67.76 | 0.45 | 0.63 |
| Hex | C0 | CB | 76 | 5 | 0 | 2A | 14 | 44 | 2D | 3F |
| Octal | 300 | 313 | 166 | 5 | 0 | 52 | 24 | 104 | 55 | 77 |
| Binary | 11000000 | 11001011 | 1110110 | 101 | 0 | 101010 | 10100 | 1000100 | 101101 | 111111 |
Color Harmonies of #C0CB76
Complementary color
Monochromatic Colors of #C0CB76
Black with #C0CB76
Text Example
Text Example
White with #C0CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB76; }
p { color: rgb(192,203,118); }
H1.HeaderClassName
{
color: #C0CB76;
}
.AnyTagClassName
{
color: #C0CB76;
}
</style>
background-color css
<style>
a { background-color: #C0CB76; }
a { background-color: rgb(192,203,118); }
div.DivClassName
{
background-color: #C0CB76;
}
.BgClassName
{
background-color: #C0CB76;
}
</style>
border-color css
<style>
span { border-color: #C0CB76; }
span { border-color: rgb(192,203,118); }
td.TdClassName
{
border-color: #C0CB76;
}
.TagClassName
{
border-color: #C0CB76;
}
</style>