Shades of Pine Glade #C4BF7B
Tints of Pine Glade #C4BF7B
RGB
CMYK
RGB Variations
Color information
#C4BF7B (or 0xC4BF7B) is known color: Pine Glade. HEX triplet: C4, BF and 7B. RGB value is (196,191,123). Sum of RGB (Red+Green+Blue) = 196+191+123=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF7B is #3B4084. Grayscale: #B9B9B9. Windows color (decimal): -3883141 or 8110020. OLE color: 8110020.
HSL color Cylindrical-coordinate representation of color #C4BF7B: hue angle of 55.89º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4BF7B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 123 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.23 |
| HSL | 55.89º | 0.38% | 0.63% | - |
| HSV(B) | 55.89º | 0.37% | 0.77% | - |
| XYZ | 44.97 | 50.43 | 26.1 | - |
| YUV | 184.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 123 | 0 | 0.03 | 0.37 | 0.23 | 55.89 | 0.38 | 0.63 |
| Hex | C4 | BF | 7B | 0 | 3 | 25 | 17 | 38 | 26 | 3F |
| Octal | 304 | 277 | 173 | 0 | 3 | 45 | 27 | 70 | 46 | 77 |
| Binary | 11000100 | 10111111 | 1111011 | 0 | 11 | 100101 | 10111 | 111000 | 100110 | 111111 |
Color Harmonies of #C4BF7B
Complementary color
Monochromatic Colors of #C4BF7B
Black with #C4BF7B
Text Example
Text Example
White with #C4BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF7B; }
p { color: rgb(196,191,123); }
H1.HeaderClassName
{
color: #C4BF7B;
}
.AnyTagClassName
{
color: #C4BF7B;
}
</style>
background-color css
<style>
a { background-color: #C4BF7B; }
a { background-color: rgb(196,191,123); }
div.DivClassName
{
background-color: #C4BF7B;
}
.BgClassName
{
background-color: #C4BF7B;
}
</style>
border-color css
<style>
span { border-color: #C4BF7B; }
span { border-color: rgb(196,191,123); }
td.TdClassName
{
border-color: #C4BF7B;
}
.TagClassName
{
border-color: #C4BF7B;
}
</style>