Shades of Pine Glade #C2BE86
Tints of Pine Glade #C2BE86
RGB
CMYK
RGB Variations
Color information
#C2BE86 (or 0xC2BE86) is known color: Pine Glade. HEX triplet: C2, BE and 86. RGB value is (194,190,134). Sum of RGB (Red+Green+Blue) = 194+190+134=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE86 is #3D4179. Grayscale: #B9B9B9. Windows color (decimal): -4014458 or 8830658. OLE color: 8830658.
HSL color Cylindrical-coordinate representation of color #C2BE86: hue angle of 56º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2BE86 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 134 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.24 |
| HSL | 56º | 0.33% | 0.64% | - |
| HSV(B) | 56º | 0.31% | 0.76% | - |
| XYZ | 44.96 | 50.02 | 29.84 | - |
| YUV | 184.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 134 | 0 | 0.02 | 0.31 | 0.24 | 56 | 0.33 | 0.64 |
| Hex | C2 | BE | 86 | 0 | 2 | 1F | 18 | 38 | 21 | 40 |
| Octal | 302 | 276 | 206 | 0 | 2 | 37 | 30 | 70 | 41 | 100 |
| Binary | 11000010 | 10111110 | 10000110 | 0 | 10 | 11111 | 11000 | 111000 | 100001 | 1000000 |
Color Harmonies of #C2BE86
Complementary color
Monochromatic Colors of #C2BE86
Black with #C2BE86
Text Example
Text Example
White with #C2BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE86; }
p { color: rgb(194,190,134); }
H1.HeaderClassName
{
color: #C2BE86;
}
.AnyTagClassName
{
color: #C2BE86;
}
</style>
background-color css
<style>
a { background-color: #C2BE86; }
a { background-color: rgb(194,190,134); }
div.DivClassName
{
background-color: #C2BE86;
}
.BgClassName
{
background-color: #C2BE86;
}
</style>
border-color css
<style>
span { border-color: #C2BE86; }
span { border-color: rgb(194,190,134); }
td.TdClassName
{
border-color: #C2BE86;
}
.TagClassName
{
border-color: #C2BE86;
}
</style>