Shades of Pine Glade #BFC073
Tints of Pine Glade #BFC073
RGB
CMYK
RGB Variations
Color information
#BFC073 (or 0xBFC073) is known color: Pine Glade. HEX triplet: BF, C0 and 73. RGB value is (191,192,115). Sum of RGB (Red+Green+Blue) = 191+192+115=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC073 is #403F8C. Grayscale: #B7B7B7. Windows color (decimal): -4210573 or 7585983. OLE color: 7585983.
HSL color Cylindrical-coordinate representation of color #BFC073: hue angle of 60.78º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC073 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 115 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.25 |
| HSL | 60.78º | 0.38% | 0.6% | - |
| HSV(B) | 60.78º | 0.4% | 0.75% | - |
| XYZ | 43.43 | 50.01 | 23.58 | - |
| YUV | 182.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 115 | 0.01 | 0 | 0.40 | 0.25 | 60.78 | 0.38 | 0.6 |
| Hex | BF | C0 | 73 | 1 | 0 | 28 | 19 | 3D | 26 | 3C |
| Octal | 277 | 300 | 163 | 1 | 0 | 50 | 31 | 75 | 46 | 74 |
| Binary | 10111111 | 11000000 | 1110011 | 1 | 0 | 101000 | 11001 | 111101 | 100110 | 111100 |
Color Harmonies of #BFC073
Complementary color
Monochromatic Colors of #BFC073
Black with #BFC073
Text Example
Text Example
White with #BFC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC073; }
p { color: rgb(191,192,115); }
H1.HeaderClassName
{
color: #BFC073;
}
.AnyTagClassName
{
color: #BFC073;
}
</style>
background-color css
<style>
a { background-color: #BFC073; }
a { background-color: rgb(191,192,115); }
div.DivClassName
{
background-color: #BFC073;
}
.BgClassName
{
background-color: #BFC073;
}
</style>
border-color css
<style>
span { border-color: #BFC073; }
span { border-color: rgb(191,192,115); }
td.TdClassName
{
border-color: #BFC073;
}
.TagClassName
{
border-color: #BFC073;
}
</style>