Shades of Pine Glade #BFC37C
Tints of Pine Glade #BFC37C
RGB
CMYK
RGB Variations
Color information
#BFC37C (or 0xBFC37C) is known color: Pine Glade. HEX triplet: BF, C3 and 7C. RGB value is (191,195,124). Sum of RGB (Red+Green+Blue) = 191+195+124=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC37C is #403C83. Grayscale: #B9B9B9. Windows color (decimal): -4209796 or 8176575. OLE color: 8176575.
HSL color Cylindrical-coordinate representation of color #BFC37C: hue angle of 63.38º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFC37C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 124 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.24 |
| HSL | 63.38º | 0.37% | 0.63% | - |
| HSV(B) | 63.38º | 0.36% | 0.76% | - |
| XYZ | 44.64 | 51.56 | 26.67 | - |
| YUV | 185.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 124 | 0.02 | 0 | 0.36 | 0.24 | 63.38 | 0.37 | 0.63 |
| Hex | BF | C3 | 7C | 2 | 0 | 24 | 18 | 3F | 25 | 3F |
| Octal | 277 | 303 | 174 | 2 | 0 | 44 | 30 | 77 | 45 | 77 |
| Binary | 10111111 | 11000011 | 1111100 | 10 | 0 | 100100 | 11000 | 111111 | 100101 | 111111 |
Color Harmonies of #BFC37C
Complementary color
Monochromatic Colors of #BFC37C
Black with #BFC37C
Text Example
Text Example
White with #BFC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC37C; }
p { color: rgb(191,195,124); }
H1.HeaderClassName
{
color: #BFC37C;
}
.AnyTagClassName
{
color: #BFC37C;
}
</style>
background-color css
<style>
a { background-color: #BFC37C; }
a { background-color: rgb(191,195,124); }
div.DivClassName
{
background-color: #BFC37C;
}
.BgClassName
{
background-color: #BFC37C;
}
</style>
border-color css
<style>
span { border-color: #BFC37C; }
span { border-color: rgb(191,195,124); }
td.TdClassName
{
border-color: #BFC37C;
}
.TagClassName
{
border-color: #BFC37C;
}
</style>