Shades of Pine Glade #BFC972
Tints of Pine Glade #BFC972
RGB
CMYK
RGB Variations
Color information
#BFC972 (or 0xBFC972) is known color: Pine Glade. HEX triplet: BF, C9 and 72. RGB value is (191,201,114). Sum of RGB (Red+Green+Blue) = 191+201+114=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC972 is #40368D. Grayscale: #BCBCBC. Windows color (decimal): -4208270 or 7522751. OLE color: 7522751.
HSL color Cylindrical-coordinate representation of color #BFC972: hue angle of 66.9º degrees, saturation: 0.45, 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 #BFC972 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 114 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.21 |
| HSL | 66.9º | 0.45% | 0.62% | - |
| HSV(B) | 66.9º | 0.43% | 0.79% | - |
| XYZ | 45.41 | 54.06 | 23.96 | - |
| YUV | 188.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 114 | 0.05 | 0 | 0.43 | 0.21 | 66.9 | 0.45 | 0.62 |
| Hex | BF | C9 | 72 | 5 | 0 | 2B | 15 | 43 | 2D | 3E |
| Octal | 277 | 311 | 162 | 5 | 0 | 53 | 25 | 103 | 55 | 76 |
| Binary | 10111111 | 11001001 | 1110010 | 101 | 0 | 101011 | 10101 | 1000011 | 101101 | 111110 |
Color Harmonies of #BFC972
Complementary color
Monochromatic Colors of #BFC972
Black with #BFC972
Text Example
Text Example
White with #BFC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC972; }
p { color: rgb(191,201,114); }
H1.HeaderClassName
{
color: #BFC972;
}
.AnyTagClassName
{
color: #BFC972;
}
</style>
background-color css
<style>
a { background-color: #BFC972; }
a { background-color: rgb(191,201,114); }
div.DivClassName
{
background-color: #BFC972;
}
.BgClassName
{
background-color: #BFC972;
}
</style>
border-color css
<style>
span { border-color: #BFC972; }
span { border-color: rgb(191,201,114); }
td.TdClassName
{
border-color: #BFC972;
}
.TagClassName
{
border-color: #BFC972;
}
</style>