Shades of Pine Glade #BFC973
Tints of Pine Glade #BFC973
RGB
CMYK
RGB Variations
Color information
#BFC973 (or 0xBFC973) is known color: Pine Glade. HEX triplet: BF, C9 and 73. RGB value is (191,201,115). Sum of RGB (Red+Green+Blue) = 191+201+115=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC973 is #40368C. Grayscale: #BCBCBC. Windows color (decimal): -4208269 or 7588287. OLE color: 7588287.
HSL color Cylindrical-coordinate representation of color #BFC973: hue angle of 66.98º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFC973 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 115 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.21 |
| HSL | 66.98º | 0.44% | 0.62% | - |
| HSV(B) | 66.98º | 0.43% | 0.79% | - |
| XYZ | 45.47 | 54.09 | 24.26 | - |
| YUV | 188.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 115 | 0.05 | 0 | 0.43 | 0.21 | 66.98 | 0.44 | 0.62 |
| Hex | BF | C9 | 73 | 5 | 0 | 2B | 15 | 43 | 2C | 3E |
| Octal | 277 | 311 | 163 | 5 | 0 | 53 | 25 | 103 | 54 | 76 |
| Binary | 10111111 | 11001001 | 1110011 | 101 | 0 | 101011 | 10101 | 1000011 | 101100 | 111110 |
Color Harmonies of #BFC973
Complementary color
Monochromatic Colors of #BFC973
Black with #BFC973
Text Example
Text Example
White with #BFC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC973; }
p { color: rgb(191,201,115); }
H1.HeaderClassName
{
color: #BFC973;
}
.AnyTagClassName
{
color: #BFC973;
}
</style>
background-color css
<style>
a { background-color: #BFC973; }
a { background-color: rgb(191,201,115); }
div.DivClassName
{
background-color: #BFC973;
}
.BgClassName
{
background-color: #BFC973;
}
</style>
border-color css
<style>
span { border-color: #BFC973; }
span { border-color: rgb(191,201,115); }
td.TdClassName
{
border-color: #BFC973;
}
.TagClassName
{
border-color: #BFC973;
}
</style>