Shades of Pine Glade #C2BE82
Tints of Pine Glade #C2BE82
RGB
CMYK
RGB Variations
Color information
#C2BE82 (or 0xC2BE82) is known color: Pine Glade. HEX triplet: C2, BE and 82. RGB value is (194,190,130). Sum of RGB (Red+Green+Blue) = 194+190+130=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE82 is #3D417D. Grayscale: #B8B8B8. Windows color (decimal): -4014462 or 8568514. OLE color: 8568514.
HSL color Cylindrical-coordinate representation of color #C2BE82: hue angle of 56.25º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2BE82 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 130 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.24 |
| HSL | 56.25º | 0.34% | 0.64% | - |
| HSV(B) | 56.25º | 0.33% | 0.76% | - |
| XYZ | 44.69 | 49.91 | 28.4 | - |
| YUV | 184.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 130 | 0 | 0.02 | 0.33 | 0.24 | 56.25 | 0.34 | 0.64 |
| Hex | C2 | BE | 82 | 0 | 2 | 21 | 18 | 38 | 22 | 40 |
| Octal | 302 | 276 | 202 | 0 | 2 | 41 | 30 | 70 | 42 | 100 |
| Binary | 11000010 | 10111110 | 10000010 | 0 | 10 | 100001 | 11000 | 111000 | 100010 | 1000000 |
Color Harmonies of #C2BE82
Complementary color
Monochromatic Colors of #C2BE82
Black with #C2BE82
Text Example
Text Example
White with #C2BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE82; }
p { color: rgb(194,190,130); }
H1.HeaderClassName
{
color: #C2BE82;
}
.AnyTagClassName
{
color: #C2BE82;
}
</style>
background-color css
<style>
a { background-color: #C2BE82; }
a { background-color: rgb(194,190,130); }
div.DivClassName
{
background-color: #C2BE82;
}
.BgClassName
{
background-color: #C2BE82;
}
</style>
border-color css
<style>
span { border-color: #C2BE82; }
span { border-color: rgb(194,190,130); }
td.TdClassName
{
border-color: #C2BE82;
}
.TagClassName
{
border-color: #C2BE82;
}
</style>