Shades of Pine Glade #C0BC84
Tints of Pine Glade #C0BC84
RGB
CMYK
RGB Variations
Color information
#C0BC84 (or 0xC0BC84) is known color: Pine Glade. HEX triplet: C0, BC and 84. RGB value is (192,188,132). Sum of RGB (Red+Green+Blue) = 192+188+132=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC84 is #3F437B. Grayscale: #B7B7B7. Windows color (decimal): -4146044 or 8699072. OLE color: 8699072.
HSL color Cylindrical-coordinate representation of color #C0BC84: hue angle of 56º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0BC84 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 132 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.25 |
| HSL | 56º | 0.32% | 0.64% | - |
| HSV(B) | 56º | 0.31% | 0.75% | - |
| XYZ | 43.89 | 48.84 | 28.94 | - |
| YUV | 182.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 132 | 0 | 0.02 | 0.31 | 0.25 | 56 | 0.32 | 0.64 |
| Hex | C0 | BC | 84 | 0 | 2 | 1F | 19 | 38 | 20 | 40 |
| Octal | 300 | 274 | 204 | 0 | 2 | 37 | 31 | 70 | 40 | 100 |
| Binary | 11000000 | 10111100 | 10000100 | 0 | 10 | 11111 | 11001 | 111000 | 100000 | 1000000 |
Color Harmonies of #C0BC84
Complementary color
Monochromatic Colors of #C0BC84
Black with #C0BC84
Text Example
Text Example
White with #C0BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC84; }
p { color: rgb(192,188,132); }
H1.HeaderClassName
{
color: #C0BC84;
}
.AnyTagClassName
{
color: #C0BC84;
}
</style>
background-color css
<style>
a { background-color: #C0BC84; }
a { background-color: rgb(192,188,132); }
div.DivClassName
{
background-color: #C0BC84;
}
.BgClassName
{
background-color: #C0BC84;
}
</style>
border-color css
<style>
span { border-color: #C0BC84; }
span { border-color: rgb(192,188,132); }
td.TdClassName
{
border-color: #C0BC84;
}
.TagClassName
{
border-color: #C0BC84;
}
</style>