Shades of Pine Glade #C5BF7B
Tints of Pine Glade #C5BF7B
RGB
CMYK
RGB Variations
Color information
#C5BF7B (or 0xC5BF7B) is known color: Pine Glade. HEX triplet: C5, BF and 7B. RGB value is (197,191,123). Sum of RGB (Red+Green+Blue) = 197+191+123=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF7B is #3A4084. Grayscale: #B9B9B9. Windows color (decimal): -3817605 or 8110021. OLE color: 8110021.
HSL color Cylindrical-coordinate representation of color #C5BF7B: hue angle of 55.14º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5BF7B is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 123 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.23 |
| HSL | 55.14º | 0.39% | 0.63% | - |
| HSV(B) | 55.14º | 0.38% | 0.77% | - |
| XYZ | 45.23 | 50.56 | 26.11 | - |
| YUV | 185.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 123 | 0 | 0.03 | 0.38 | 0.23 | 55.14 | 0.39 | 0.63 |
| Hex | C5 | BF | 7B | 0 | 3 | 26 | 17 | 37 | 27 | 3F |
| Octal | 305 | 277 | 173 | 0 | 3 | 46 | 27 | 67 | 47 | 77 |
| Binary | 11000101 | 10111111 | 1111011 | 0 | 11 | 100110 | 10111 | 110111 | 100111 | 111111 |
Color Harmonies of #C5BF7B
Complementary color
Monochromatic Colors of #C5BF7B
Black with #C5BF7B
Text Example
Text Example
White with #C5BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF7B; }
p { color: rgb(197,191,123); }
H1.HeaderClassName
{
color: #C5BF7B;
}
.AnyTagClassName
{
color: #C5BF7B;
}
</style>
background-color css
<style>
a { background-color: #C5BF7B; }
a { background-color: rgb(197,191,123); }
div.DivClassName
{
background-color: #C5BF7B;
}
.BgClassName
{
background-color: #C5BF7B;
}
</style>
border-color css
<style>
span { border-color: #C5BF7B; }
span { border-color: rgb(197,191,123); }
td.TdClassName
{
border-color: #C5BF7B;
}
.TagClassName
{
border-color: #C5BF7B;
}
</style>