Shades of Pine Glade #BFC57B
Tints of Pine Glade #BFC57B
RGB
CMYK
RGB Variations
Color information
#BFC57B (or 0xBFC57B) is known color: Pine Glade. HEX triplet: BF, C5 and 7B. RGB value is (191,197,123). Sum of RGB (Red+Green+Blue) = 191+197+123=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57B is #403A84. Grayscale: #BBBBBB. Windows color (decimal): -4209285 or 8111551. OLE color: 8111551.
HSL color Cylindrical-coordinate representation of color #BFC57B: hue angle of 64.86º 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 #BFC57B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 123 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.23 |
| HSL | 64.86º | 0.39% | 0.63% | - |
| HSV(B) | 64.86º | 0.38% | 0.77% | - |
| XYZ | 45.03 | 52.44 | 26.49 | - |
| YUV | 186.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 123 | 0.03 | 0 | 0.38 | 0.23 | 64.86 | 0.39 | 0.63 |
| Hex | BF | C5 | 7B | 3 | 0 | 26 | 17 | 41 | 27 | 3F |
| Octal | 277 | 305 | 173 | 3 | 0 | 46 | 27 | 101 | 47 | 77 |
| Binary | 10111111 | 11000101 | 1111011 | 11 | 0 | 100110 | 10111 | 1000001 | 100111 | 111111 |
Color Harmonies of #BFC57B
Complementary color
Monochromatic Colors of #BFC57B
Black with #BFC57B
Text Example
Text Example
White with #BFC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC57B; }
p { color: rgb(191,197,123); }
H1.HeaderClassName
{
color: #BFC57B;
}
.AnyTagClassName
{
color: #BFC57B;
}
</style>
background-color css
<style>
a { background-color: #BFC57B; }
a { background-color: rgb(191,197,123); }
div.DivClassName
{
background-color: #BFC57B;
}
.BgClassName
{
background-color: #BFC57B;
}
</style>
border-color css
<style>
span { border-color: #BFC57B; }
span { border-color: rgb(191,197,123); }
td.TdClassName
{
border-color: #BFC57B;
}
.TagClassName
{
border-color: #BFC57B;
}
</style>