Shades of Pine Glade #C2BD80
Tints of Pine Glade #C2BD80
RGB
CMYK
RGB Variations
Color information
#C2BD80 (or 0xC2BD80) is known color: Pine Glade. HEX triplet: C2, BD and 80. RGB value is (194,189,128). Sum of RGB (Red+Green+Blue) = 194+189+128=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD80 is #3D427F. Grayscale: #B7B7B7. Windows color (decimal): -4014720 or 8437186. OLE color: 8437186.
HSL color Cylindrical-coordinate representation of color #C2BD80: hue angle of 55.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2BD80 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 128 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.24 |
| HSL | 55.45º | 0.35% | 0.63% | - |
| HSV(B) | 55.45º | 0.34% | 0.76% | - |
| XYZ | 44.34 | 49.42 | 27.62 | - |
| YUV | 183.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 128 | 0 | 0.03 | 0.34 | 0.24 | 55.45 | 0.35 | 0.63 |
| Hex | C2 | BD | 80 | 0 | 3 | 22 | 18 | 37 | 23 | 3F |
| Octal | 302 | 275 | 200 | 0 | 3 | 42 | 30 | 67 | 43 | 77 |
| Binary | 11000010 | 10111101 | 10000000 | 0 | 11 | 100010 | 11000 | 110111 | 100011 | 111111 |
Color Harmonies of #C2BD80
Complementary color
Monochromatic Colors of #C2BD80
Black with #C2BD80
Text Example
Text Example
White with #C2BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD80; }
p { color: rgb(194,189,128); }
H1.HeaderClassName
{
color: #C2BD80;
}
.AnyTagClassName
{
color: #C2BD80;
}
</style>
background-color css
<style>
a { background-color: #C2BD80; }
a { background-color: rgb(194,189,128); }
div.DivClassName
{
background-color: #C2BD80;
}
.BgClassName
{
background-color: #C2BD80;
}
</style>
border-color css
<style>
span { border-color: #C2BD80; }
span { border-color: rgb(194,189,128); }
td.TdClassName
{
border-color: #C2BD80;
}
.TagClassName
{
border-color: #C2BD80;
}
</style>