Shades of Pine Glade #C2BF76
Tints of Pine Glade #C2BF76
RGB
CMYK
RGB Variations
Color information
#C2BF76 (or 0xC2BF76) is known color: Pine Glade. HEX triplet: C2, BF and 76. RGB value is (194,191,118). Sum of RGB (Red+Green+Blue) = 194+191+118=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF76 is #3D4089. Grayscale: #B7B7B7. Windows color (decimal): -4014218 or 7782338. OLE color: 7782338.
HSL color Cylindrical-coordinate representation of color #C2BF76: hue angle of 57.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2BF76 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 118 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.24 |
| HSL | 57.63º | 0.38% | 0.61% | - |
| HSV(B) | 57.63º | 0.39% | 0.76% | - |
| XYZ | 44.15 | 50.04 | 24.47 | - |
| YUV | 183.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 118 | 0 | 0.02 | 0.39 | 0.24 | 57.63 | 0.38 | 0.61 |
| Hex | C2 | BF | 76 | 0 | 2 | 27 | 18 | 3A | 26 | 3D |
| Octal | 302 | 277 | 166 | 0 | 2 | 47 | 30 | 72 | 46 | 75 |
| Binary | 11000010 | 10111111 | 1110110 | 0 | 10 | 100111 | 11000 | 111010 | 100110 | 111101 |
Color Harmonies of #C2BF76
Complementary color
Monochromatic Colors of #C2BF76
Black with #C2BF76
Text Example
Text Example
White with #C2BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF76; }
p { color: rgb(194,191,118); }
H1.HeaderClassName
{
color: #C2BF76;
}
.AnyTagClassName
{
color: #C2BF76;
}
</style>
background-color css
<style>
a { background-color: #C2BF76; }
a { background-color: rgb(194,191,118); }
div.DivClassName
{
background-color: #C2BF76;
}
.BgClassName
{
background-color: #C2BF76;
}
</style>
border-color css
<style>
span { border-color: #C2BF76; }
span { border-color: rgb(194,191,118); }
td.TdClassName
{
border-color: #C2BF76;
}
.TagClassName
{
border-color: #C2BF76;
}
</style>