Shades of Pine Glade #BFC874
Tints of Pine Glade #BFC874
RGB
CMYK
RGB Variations
Color information
#BFC874 (or 0xBFC874) is known color: Pine Glade. HEX triplet: BF, C8 and 74. RGB value is (191,200,116). Sum of RGB (Red+Green+Blue) = 191+200+116=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC874 is #40378B. Grayscale: #BCBCBC. Windows color (decimal): -4208524 or 7653567. OLE color: 7653567.
HSL color Cylindrical-coordinate representation of color #BFC874: hue angle of 66.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC874 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 116 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.22 |
| HSL | 66.43º | 0.43% | 0.62% | - |
| HSV(B) | 66.43º | 0.42% | 0.78% | - |
| XYZ | 45.29 | 53.65 | 24.49 | - |
| YUV | 187.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 116 | 0.04 | 0 | 0.42 | 0.22 | 66.43 | 0.43 | 0.62 |
| Hex | BF | C8 | 74 | 4 | 0 | 2A | 16 | 42 | 2B | 3E |
| Octal | 277 | 310 | 164 | 4 | 0 | 52 | 26 | 102 | 53 | 76 |
| Binary | 10111111 | 11001000 | 1110100 | 100 | 0 | 101010 | 10110 | 1000010 | 101011 | 111110 |
Color Harmonies of #BFC874
Complementary color
Monochromatic Colors of #BFC874
Black with #BFC874
Text Example
Text Example
White with #BFC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC874; }
p { color: rgb(191,200,116); }
H1.HeaderClassName
{
color: #BFC874;
}
.AnyTagClassName
{
color: #BFC874;
}
</style>
background-color css
<style>
a { background-color: #BFC874; }
a { background-color: rgb(191,200,116); }
div.DivClassName
{
background-color: #BFC874;
}
.BgClassName
{
background-color: #BFC874;
}
</style>
border-color css
<style>
span { border-color: #BFC874; }
span { border-color: rgb(191,200,116); }
td.TdClassName
{
border-color: #BFC874;
}
.TagClassName
{
border-color: #BFC874;
}
</style>