Shades of Pine Glade #C2BF84
Tints of Pine Glade #C2BF84
RGB
CMYK
RGB Variations
Color information
#C2BF84 (or 0xC2BF84) is known color: Pine Glade. HEX triplet: C2, BF and 84. RGB value is (194,191,132). Sum of RGB (Red+Green+Blue) = 194+191+132=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF84 is #3D407B. Grayscale: #B9B9B9. Windows color (decimal): -4014204 or 8699842. OLE color: 8699842.
HSL color Cylindrical-coordinate representation of color #C2BF84: hue angle of 57.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2BF84 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 132 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.24 |
| HSL | 57.1º | 0.34% | 0.64% | - |
| HSV(B) | 57.1º | 0.32% | 0.76% | - |
| XYZ | 45.04 | 50.4 | 29.18 | - |
| YUV | 185.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 132 | 0 | 0.02 | 0.32 | 0.24 | 57.1 | 0.34 | 0.64 |
| Hex | C2 | BF | 84 | 0 | 2 | 20 | 18 | 39 | 22 | 40 |
| Octal | 302 | 277 | 204 | 0 | 2 | 40 | 30 | 71 | 42 | 100 |
| Binary | 11000010 | 10111111 | 10000100 | 0 | 10 | 100000 | 11000 | 111001 | 100010 | 1000000 |
Color Harmonies of #C2BF84
Complementary color
Monochromatic Colors of #C2BF84
Black with #C2BF84
Text Example
Text Example
White with #C2BF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF84; }
p { color: rgb(194,191,132); }
H1.HeaderClassName
{
color: #C2BF84;
}
.AnyTagClassName
{
color: #C2BF84;
}
</style>
background-color css
<style>
a { background-color: #C2BF84; }
a { background-color: rgb(194,191,132); }
div.DivClassName
{
background-color: #C2BF84;
}
.BgClassName
{
background-color: #C2BF84;
}
</style>
border-color css
<style>
span { border-color: #C2BF84; }
span { border-color: rgb(194,191,132); }
td.TdClassName
{
border-color: #C2BF84;
}
.TagClassName
{
border-color: #C2BF84;
}
</style>