Shades of Pine Glade #BFC274
Tints of Pine Glade #BFC274
RGB
CMYK
RGB Variations
Color information
#BFC274 (or 0xBFC274) is known color: Pine Glade. HEX triplet: BF, C2 and 74. RGB value is (191,194,116). Sum of RGB (Red+Green+Blue) = 191+194+116=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC274 is #403D8B. Grayscale: #B8B8B8. Windows color (decimal): -4210060 or 7652031. OLE color: 7652031.
HSL color Cylindrical-coordinate representation of color #BFC274: hue angle of 62.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC274 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 116 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.24 |
| HSL | 62.31º | 0.39% | 0.61% | - |
| HSV(B) | 62.31º | 0.4% | 0.76% | - |
| XYZ | 43.93 | 50.92 | 24.04 | - |
| YUV | 184.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 116 | 0.02 | 0 | 0.40 | 0.24 | 62.31 | 0.39 | 0.61 |
| Hex | BF | C2 | 74 | 2 | 0 | 28 | 18 | 3E | 27 | 3D |
| Octal | 277 | 302 | 164 | 2 | 0 | 50 | 30 | 76 | 47 | 75 |
| Binary | 10111111 | 11000010 | 1110100 | 10 | 0 | 101000 | 11000 | 111110 | 100111 | 111101 |
Color Harmonies of #BFC274
Complementary color
Monochromatic Colors of #BFC274
Black with #BFC274
Text Example
Text Example
White with #BFC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC274; }
p { color: rgb(191,194,116); }
H1.HeaderClassName
{
color: #BFC274;
}
.AnyTagClassName
{
color: #BFC274;
}
</style>
background-color css
<style>
a { background-color: #BFC274; }
a { background-color: rgb(191,194,116); }
div.DivClassName
{
background-color: #BFC274;
}
.BgClassName
{
background-color: #BFC274;
}
</style>
border-color css
<style>
span { border-color: #BFC274; }
span { border-color: rgb(191,194,116); }
td.TdClassName
{
border-color: #BFC274;
}
.TagClassName
{
border-color: #BFC274;
}
</style>