Shades of Pine Glade #BFC074
Tints of Pine Glade #BFC074
RGB
CMYK
RGB Variations
Color information
#BFC074 (or 0xBFC074) is known color: Pine Glade. HEX triplet: BF, C0 and 74. RGB value is (191,192,116). Sum of RGB (Red+Green+Blue) = 191+192+116=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC074 is #403F8B. Grayscale: #B7B7B7. Windows color (decimal): -4210572 or 7651519. OLE color: 7651519.
HSL color Cylindrical-coordinate representation of color #BFC074: hue angle of 60.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC074 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 116 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.25 |
| HSL | 60.79º | 0.38% | 0.6% | - |
| HSV(B) | 60.79º | 0.4% | 0.75% | - |
| XYZ | 43.49 | 50.04 | 23.89 | - |
| YUV | 183.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 116 | 0.01 | 0 | 0.40 | 0.25 | 60.79 | 0.38 | 0.6 |
| Hex | BF | C0 | 74 | 1 | 0 | 28 | 19 | 3D | 26 | 3C |
| Octal | 277 | 300 | 164 | 1 | 0 | 50 | 31 | 75 | 46 | 74 |
| Binary | 10111111 | 11000000 | 1110100 | 1 | 0 | 101000 | 11001 | 111101 | 100110 | 111100 |
Color Harmonies of #BFC074
Complementary color
Monochromatic Colors of #BFC074
Black with #BFC074
Text Example
Text Example
White with #BFC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC074; }
p { color: rgb(191,192,116); }
H1.HeaderClassName
{
color: #BFC074;
}
.AnyTagClassName
{
color: #BFC074;
}
</style>
background-color css
<style>
a { background-color: #BFC074; }
a { background-color: rgb(191,192,116); }
div.DivClassName
{
background-color: #BFC074;
}
.BgClassName
{
background-color: #BFC074;
}
</style>
border-color css
<style>
span { border-color: #BFC074; }
span { border-color: rgb(191,192,116); }
td.TdClassName
{
border-color: #BFC074;
}
.TagClassName
{
border-color: #BFC074;
}
</style>