Shades of Pine Glade #C2BE76
Tints of Pine Glade #C2BE76
RGB
CMYK
RGB Variations
Color information
#C2BE76 (or 0xC2BE76) is known color: Pine Glade. HEX triplet: C2, BE and 76. RGB value is (194,190,118). Sum of RGB (Red+Green+Blue) = 194+190+118=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE76 is #3D4189. Grayscale: #B7B7B7. Windows color (decimal): -4014474 or 7782082. OLE color: 7782082.
HSL color Cylindrical-coordinate representation of color #C2BE76: hue angle of 56.84º 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 #C2BE76 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 118 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.24 |
| HSL | 56.84º | 0.38% | 0.61% | - |
| HSV(B) | 56.84º | 0.39% | 0.76% | - |
| XYZ | 43.93 | 49.6 | 24.4 | - |
| YUV | 182.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 118 | 0 | 0.02 | 0.39 | 0.24 | 56.84 | 0.38 | 0.61 |
| Hex | C2 | BE | 76 | 0 | 2 | 27 | 18 | 39 | 26 | 3D |
| Octal | 302 | 276 | 166 | 0 | 2 | 47 | 30 | 71 | 46 | 75 |
| Binary | 11000010 | 10111110 | 1110110 | 0 | 10 | 100111 | 11000 | 111001 | 100110 | 111101 |
Color Harmonies of #C2BE76
Complementary color
Monochromatic Colors of #C2BE76
Black with #C2BE76
Text Example
Text Example
White with #C2BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE76; }
p { color: rgb(194,190,118); }
H1.HeaderClassName
{
color: #C2BE76;
}
.AnyTagClassName
{
color: #C2BE76;
}
</style>
background-color css
<style>
a { background-color: #C2BE76; }
a { background-color: rgb(194,190,118); }
div.DivClassName
{
background-color: #C2BE76;
}
.BgClassName
{
background-color: #C2BE76;
}
</style>
border-color css
<style>
span { border-color: #C2BE76; }
span { border-color: rgb(194,190,118); }
td.TdClassName
{
border-color: #C2BE76;
}
.TagClassName
{
border-color: #C2BE76;
}
</style>