Shades of Pine Glade #C2BE7A
Tints of Pine Glade #C2BE7A
RGB
CMYK
RGB Variations
Color information
#C2BE7A (or 0xC2BE7A) is known color: Pine Glade. HEX triplet: C2, BE and 7A. RGB value is (194,190,122). Sum of RGB (Red+Green+Blue) = 194+190+122=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE7A is #3D4185. Grayscale: #B7B7B7. Windows color (decimal): -4014470 or 8044226. OLE color: 8044226.
HSL color Cylindrical-coordinate representation of color #C2BE7A: hue angle of 56.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2BE7A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 122 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.24 |
| HSL | 56.67º | 0.37% | 0.62% | - |
| HSV(B) | 56.67º | 0.37% | 0.76% | - |
| XYZ | 44.17 | 49.7 | 25.68 | - |
| YUV | 183.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 122 | 0 | 0.02 | 0.37 | 0.24 | 56.67 | 0.37 | 0.62 |
| Hex | C2 | BE | 7A | 0 | 2 | 25 | 18 | 39 | 25 | 3E |
| Octal | 302 | 276 | 172 | 0 | 2 | 45 | 30 | 71 | 45 | 76 |
| Binary | 11000010 | 10111110 | 1111010 | 0 | 10 | 100101 | 11000 | 111001 | 100101 | 111110 |
Color Harmonies of #C2BE7A
Complementary color
Monochromatic Colors of #C2BE7A
Black with #C2BE7A
Text Example
Text Example
White with #C2BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE7A; }
p { color: rgb(194,190,122); }
H1.HeaderClassName
{
color: #C2BE7A;
}
.AnyTagClassName
{
color: #C2BE7A;
}
</style>
background-color css
<style>
a { background-color: #C2BE7A; }
a { background-color: rgb(194,190,122); }
div.DivClassName
{
background-color: #C2BE7A;
}
.BgClassName
{
background-color: #C2BE7A;
}
</style>
border-color css
<style>
span { border-color: #C2BE7A; }
span { border-color: rgb(194,190,122); }
td.TdClassName
{
border-color: #C2BE7A;
}
.TagClassName
{
border-color: #C2BE7A;
}
</style>