Shades of Pine Glade #C2BF79
Tints of Pine Glade #C2BF79
RGB
CMYK
RGB Variations
Color information
#C2BF79 (or 0xC2BF79) is known color: Pine Glade. HEX triplet: C2, BF and 79. RGB value is (194,191,121). Sum of RGB (Red+Green+Blue) = 194+191+121=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF79 is #3D4086. Grayscale: #B8B8B8. Windows color (decimal): -4014215 or 7978946. OLE color: 7978946.
HSL color Cylindrical-coordinate representation of color #C2BF79: hue angle of 57.53º degrees, saturation: 0.37, 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 #C2BF79 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 121 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.24 |
| HSL | 57.53º | 0.37% | 0.62% | - |
| HSV(B) | 57.53º | 0.38% | 0.76% | - |
| XYZ | 44.33 | 50.11 | 25.43 | - |
| YUV | 183.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 121 | 0 | 0.02 | 0.38 | 0.24 | 57.53 | 0.37 | 0.62 |
| Hex | C2 | BF | 79 | 0 | 2 | 26 | 18 | 3A | 25 | 3E |
| Octal | 302 | 277 | 171 | 0 | 2 | 46 | 30 | 72 | 45 | 76 |
| Binary | 11000010 | 10111111 | 1111001 | 0 | 10 | 100110 | 11000 | 111010 | 100101 | 111110 |
Color Harmonies of #C2BF79
Complementary color
Monochromatic Colors of #C2BF79
Black with #C2BF79
Text Example
Text Example
White with #C2BF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF79; }
p { color: rgb(194,191,121); }
H1.HeaderClassName
{
color: #C2BF79;
}
.AnyTagClassName
{
color: #C2BF79;
}
</style>
background-color css
<style>
a { background-color: #C2BF79; }
a { background-color: rgb(194,191,121); }
div.DivClassName
{
background-color: #C2BF79;
}
.BgClassName
{
background-color: #C2BF79;
}
</style>
border-color css
<style>
span { border-color: #C2BF79; }
span { border-color: rgb(194,191,121); }
td.TdClassName
{
border-color: #C2BF79;
}
.TagClassName
{
border-color: #C2BF79;
}
</style>