Shades of Pine Glade #BFC07D
Tints of Pine Glade #BFC07D
RGB
CMYK
RGB Variations
Color information
#BFC07D (or 0xBFC07D) is known color: Pine Glade. HEX triplet: BF, C0 and 7D. RGB value is (191,192,125). Sum of RGB (Red+Green+Blue) = 191+192+125=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07D is #403F82. Grayscale: #B8B8B8. Windows color (decimal): -4210563 or 8241343. OLE color: 8241343.
HSL color Cylindrical-coordinate representation of color #BFC07D: hue angle of 60.9º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC07D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 125 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.25 |
| HSL | 60.9º | 0.35% | 0.62% | - |
| HSV(B) | 60.9º | 0.35% | 0.75% | - |
| XYZ | 44.04 | 50.26 | 26.78 | - |
| YUV | 184.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 125 | 0.01 | 0 | 0.35 | 0.25 | 60.9 | 0.35 | 0.62 |
| Hex | BF | C0 | 7D | 1 | 0 | 23 | 19 | 3D | 23 | 3E |
| Octal | 277 | 300 | 175 | 1 | 0 | 43 | 31 | 75 | 43 | 76 |
| Binary | 10111111 | 11000000 | 1111101 | 1 | 0 | 100011 | 11001 | 111101 | 100011 | 111110 |
Color Harmonies of #BFC07D
Complementary color
Monochromatic Colors of #BFC07D
Black with #BFC07D
Text Example
Text Example
White with #BFC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC07D; }
p { color: rgb(191,192,125); }
H1.HeaderClassName
{
color: #BFC07D;
}
.AnyTagClassName
{
color: #BFC07D;
}
</style>
background-color css
<style>
a { background-color: #BFC07D; }
a { background-color: rgb(191,192,125); }
div.DivClassName
{
background-color: #BFC07D;
}
.BgClassName
{
background-color: #BFC07D;
}
</style>
border-color css
<style>
span { border-color: #BFC07D; }
span { border-color: rgb(191,192,125); }
td.TdClassName
{
border-color: #BFC07D;
}
.TagClassName
{
border-color: #BFC07D;
}
</style>