Shades of Pine Glade #C2BC7D
Tints of Pine Glade #C2BC7D
RGB
CMYK
RGB Variations
Color information
#C2BC7D (or 0xC2BC7D) is known color: Pine Glade. HEX triplet: C2, BC and 7D. RGB value is (194,188,125). Sum of RGB (Red+Green+Blue) = 194+188+125=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC7D is #3D4382. Grayscale: #B6B6B6. Windows color (decimal): -4014979 or 8240322. OLE color: 8240322.
HSL color Cylindrical-coordinate representation of color #C2BC7D: hue angle of 54.78º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2BC7D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 125 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.24 |
| HSL | 54.78º | 0.36% | 0.63% | - |
| HSV(B) | 54.78º | 0.36% | 0.76% | - |
| XYZ | 43.93 | 48.92 | 26.53 | - |
| YUV | 182.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 125 | 0 | 0.03 | 0.36 | 0.24 | 54.78 | 0.36 | 0.63 |
| Hex | C2 | BC | 7D | 0 | 3 | 24 | 18 | 37 | 24 | 3F |
| Octal | 302 | 274 | 175 | 0 | 3 | 44 | 30 | 67 | 44 | 77 |
| Binary | 11000010 | 10111100 | 1111101 | 0 | 11 | 100100 | 11000 | 110111 | 100100 | 111111 |
Color Harmonies of #C2BC7D
Complementary color
Monochromatic Colors of #C2BC7D
Black with #C2BC7D
Text Example
Text Example
White with #C2BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC7D; }
p { color: rgb(194,188,125); }
H1.HeaderClassName
{
color: #C2BC7D;
}
.AnyTagClassName
{
color: #C2BC7D;
}
</style>
background-color css
<style>
a { background-color: #C2BC7D; }
a { background-color: rgb(194,188,125); }
div.DivClassName
{
background-color: #C2BC7D;
}
.BgClassName
{
background-color: #C2BC7D;
}
</style>
border-color css
<style>
span { border-color: #C2BC7D; }
span { border-color: rgb(194,188,125); }
td.TdClassName
{
border-color: #C2BC7D;
}
.TagClassName
{
border-color: #C2BC7D;
}
</style>