Shades of Pine Glade #BFC488
Tints of Pine Glade #BFC488
RGB
CMYK
RGB Variations
Color information
#BFC488 (or 0xBFC488) is known color: Pine Glade. HEX triplet: BF, C4 and 88. RGB value is (191,196,136). Sum of RGB (Red+Green+Blue) = 191+196+136=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC488 is #403B77. Grayscale: #BBBBBB. Windows color (decimal): -4209528 or 8963263. OLE color: 8963263.
HSL color Cylindrical-coordinate representation of color #BFC488: hue angle of 65º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC488 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 136 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.23 |
| HSL | 65º | 0.34% | 0.65% | - |
| HSV(B) | 65º | 0.31% | 0.77% | - |
| XYZ | 45.67 | 52.33 | 30.99 | - |
| YUV | 187.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 136 | 0.03 | 0 | 0.31 | 0.23 | 65 | 0.34 | 0.65 |
| Hex | BF | C4 | 88 | 3 | 0 | 1F | 17 | 41 | 22 | 41 |
| Octal | 277 | 304 | 210 | 3 | 0 | 37 | 27 | 101 | 42 | 101 |
| Binary | 10111111 | 11000100 | 10001000 | 11 | 0 | 11111 | 10111 | 1000001 | 100010 | 1000001 |
Color Harmonies of #BFC488
Complementary color
Monochromatic Colors of #BFC488
Black with #BFC488
Text Example
Text Example
White with #BFC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC488; }
p { color: rgb(191,196,136); }
H1.HeaderClassName
{
color: #BFC488;
}
.AnyTagClassName
{
color: #BFC488;
}
</style>
background-color css
<style>
a { background-color: #BFC488; }
a { background-color: rgb(191,196,136); }
div.DivClassName
{
background-color: #BFC488;
}
.BgClassName
{
background-color: #BFC488;
}
</style>
border-color css
<style>
span { border-color: #BFC488; }
span { border-color: rgb(191,196,136); }
td.TdClassName
{
border-color: #BFC488;
}
.TagClassName
{
border-color: #BFC488;
}
</style>