Shades of Pine Glade #C2BC78
Tints of Pine Glade #C2BC78
RGB
CMYK
RGB Variations
Color information
#C2BC78 (or 0xC2BC78) is known color: Pine Glade. HEX triplet: C2, BC and 78. RGB value is (194,188,120). Sum of RGB (Red+Green+Blue) = 194+188+120=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC78 is #3D4387. Grayscale: #B6B6B6. Windows color (decimal): -4014984 or 7912642. OLE color: 7912642.
HSL color Cylindrical-coordinate representation of color #C2BC78: hue angle of 55.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2BC78 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 120 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.24 |
| HSL | 55.14º | 0.38% | 0.62% | - |
| HSV(B) | 55.14º | 0.38% | 0.76% | - |
| XYZ | 43.62 | 48.79 | 24.89 | - |
| YUV | 182.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 120 | 0 | 0.03 | 0.38 | 0.24 | 55.14 | 0.38 | 0.62 |
| Hex | C2 | BC | 78 | 0 | 3 | 26 | 18 | 37 | 26 | 3E |
| Octal | 302 | 274 | 170 | 0 | 3 | 46 | 30 | 67 | 46 | 76 |
| Binary | 11000010 | 10111100 | 1111000 | 0 | 11 | 100110 | 11000 | 110111 | 100110 | 111110 |
Color Harmonies of #C2BC78
Complementary color
Monochromatic Colors of #C2BC78
Black with #C2BC78
Text Example
Text Example
White with #C2BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC78; }
p { color: rgb(194,188,120); }
H1.HeaderClassName
{
color: #C2BC78;
}
.AnyTagClassName
{
color: #C2BC78;
}
</style>
background-color css
<style>
a { background-color: #C2BC78; }
a { background-color: rgb(194,188,120); }
div.DivClassName
{
background-color: #C2BC78;
}
.BgClassName
{
background-color: #C2BC78;
}
</style>
border-color css
<style>
span { border-color: #C2BC78; }
span { border-color: rgb(194,188,120); }
td.TdClassName
{
border-color: #C2BC78;
}
.TagClassName
{
border-color: #C2BC78;
}
</style>