Shades of Pine Glade #C2BD78
Tints of Pine Glade #C2BD78
RGB
CMYK
RGB Variations
Color information
#C2BD78 (or 0xC2BD78) is known color: Pine Glade. HEX triplet: C2, BD and 78. RGB value is (194,189,120). Sum of RGB (Red+Green+Blue) = 194+189+120=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD78 is #3D4287. Grayscale: #B6B6B6. Windows color (decimal): -4014728 or 7912898. OLE color: 7912898.
HSL color Cylindrical-coordinate representation of color #C2BD78: hue angle of 55.95º degrees, saturation: 0.38, 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 #C2BD78 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 120 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.24 |
| HSL | 55.95º | 0.38% | 0.62% | - |
| HSV(B) | 55.95º | 0.38% | 0.76% | - |
| XYZ | 43.84 | 49.22 | 24.96 | - |
| YUV | 182.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 120 | 0 | 0.03 | 0.38 | 0.24 | 55.95 | 0.38 | 0.62 |
| Hex | C2 | BD | 78 | 0 | 3 | 26 | 18 | 38 | 26 | 3E |
| Octal | 302 | 275 | 170 | 0 | 3 | 46 | 30 | 70 | 46 | 76 |
| Binary | 11000010 | 10111101 | 1111000 | 0 | 11 | 100110 | 11000 | 111000 | 100110 | 111110 |
Color Harmonies of #C2BD78
Complementary color
Monochromatic Colors of #C2BD78
Black with #C2BD78
Text Example
Text Example
White with #C2BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD78; }
p { color: rgb(194,189,120); }
H1.HeaderClassName
{
color: #C2BD78;
}
.AnyTagClassName
{
color: #C2BD78;
}
</style>
background-color css
<style>
a { background-color: #C2BD78; }
a { background-color: rgb(194,189,120); }
div.DivClassName
{
background-color: #C2BD78;
}
.BgClassName
{
background-color: #C2BD78;
}
</style>
border-color css
<style>
span { border-color: #C2BD78; }
span { border-color: rgb(194,189,120); }
td.TdClassName
{
border-color: #C2BD78;
}
.TagClassName
{
border-color: #C2BD78;
}
</style>