Shades of Pine Glade #BFC974
Tints of Pine Glade #BFC974
RGB
CMYK
RGB Variations
Color information
#BFC974 (or 0xBFC974) is known color: Pine Glade. HEX triplet: BF, C9 and 74. RGB value is (191,201,116). Sum of RGB (Red+Green+Blue) = 191+201+116=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC974 is #40368B. Grayscale: #BCBCBC. Windows color (decimal): -4208268 or 7653823. OLE color: 7653823.
HSL color Cylindrical-coordinate representation of color #BFC974: hue angle of 67.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC974 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 116 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.21 |
| HSL | 67.06º | 0.44% | 0.62% | - |
| HSV(B) | 67.06º | 0.42% | 0.79% | - |
| XYZ | 45.52 | 54.11 | 24.57 | - |
| YUV | 188.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 116 | 0.05 | 0 | 0.42 | 0.21 | 67.06 | 0.44 | 0.62 |
| Hex | BF | C9 | 74 | 5 | 0 | 2A | 15 | 43 | 2C | 3E |
| Octal | 277 | 311 | 164 | 5 | 0 | 52 | 25 | 103 | 54 | 76 |
| Binary | 10111111 | 11001001 | 1110100 | 101 | 0 | 101010 | 10101 | 1000011 | 101100 | 111110 |
Color Harmonies of #BFC974
Complementary color
Monochromatic Colors of #BFC974
Black with #BFC974
Text Example
Text Example
White with #BFC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC974; }
p { color: rgb(191,201,116); }
H1.HeaderClassName
{
color: #BFC974;
}
.AnyTagClassName
{
color: #BFC974;
}
</style>
background-color css
<style>
a { background-color: #BFC974; }
a { background-color: rgb(191,201,116); }
div.DivClassName
{
background-color: #BFC974;
}
.BgClassName
{
background-color: #BFC974;
}
</style>
border-color css
<style>
span { border-color: #BFC974; }
span { border-color: rgb(191,201,116); }
td.TdClassName
{
border-color: #BFC974;
}
.TagClassName
{
border-color: #BFC974;
}
</style>