Shades of Pine Glade #C5BF78
Tints of Pine Glade #C5BF78
RGB
CMYK
RGB Variations
Color information
#C5BF78 (or 0xC5BF78) is known color: Pine Glade. HEX triplet: C5, BF and 78. RGB value is (197,191,120). Sum of RGB (Red+Green+Blue) = 197+191+120=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF78 is #3A4087. Grayscale: #B8B8B8. Windows color (decimal): -3817608 or 7913413. OLE color: 7913413.
HSL color Cylindrical-coordinate representation of color #C5BF78: hue angle of 55.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5BF78 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 120 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.23 |
| HSL | 55.32º | 0.4% | 0.62% | - |
| HSV(B) | 55.32º | 0.39% | 0.77% | - |
| XYZ | 45.05 | 50.49 | 25.14 | - |
| YUV | 184.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 120 | 0 | 0.03 | 0.39 | 0.23 | 55.32 | 0.4 | 0.62 |
| Hex | C5 | BF | 78 | 0 | 3 | 27 | 17 | 37 | 28 | 3E |
| Octal | 305 | 277 | 170 | 0 | 3 | 47 | 27 | 67 | 50 | 76 |
| Binary | 11000101 | 10111111 | 1111000 | 0 | 11 | 100111 | 10111 | 110111 | 101000 | 111110 |
Color Harmonies of #C5BF78
Complementary color
Monochromatic Colors of #C5BF78
Black with #C5BF78
Text Example
Text Example
White with #C5BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF78; }
p { color: rgb(197,191,120); }
H1.HeaderClassName
{
color: #C5BF78;
}
.AnyTagClassName
{
color: #C5BF78;
}
</style>
background-color css
<style>
a { background-color: #C5BF78; }
a { background-color: rgb(197,191,120); }
div.DivClassName
{
background-color: #C5BF78;
}
.BgClassName
{
background-color: #C5BF78;
}
</style>
border-color css
<style>
span { border-color: #C5BF78; }
span { border-color: rgb(197,191,120); }
td.TdClassName
{
border-color: #C5BF78;
}
.TagClassName
{
border-color: #C5BF78;
}
</style>