Shades of Pine Glade #BFC272
Tints of Pine Glade #BFC272
RGB
CMYK
RGB Variations
Color information
#BFC272 (or 0xBFC272) is known color: Pine Glade. HEX triplet: BF, C2 and 72. RGB value is (191,194,114). Sum of RGB (Red+Green+Blue) = 191+194+114=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC272 is #403D8D. Grayscale: #B8B8B8. Windows color (decimal): -4210062 or 7520959. OLE color: 7520959.
HSL color Cylindrical-coordinate representation of color #BFC272: hue angle of 62.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC272 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 114 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.24 |
| HSL | 62.25º | 0.4% | 0.6% | - |
| HSV(B) | 62.25º | 0.41% | 0.76% | - |
| XYZ | 43.81 | 50.87 | 23.43 | - |
| YUV | 183.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 114 | 0.02 | 0 | 0.41 | 0.24 | 62.25 | 0.4 | 0.6 |
| Hex | BF | C2 | 72 | 2 | 0 | 29 | 18 | 3E | 28 | 3C |
| Octal | 277 | 302 | 162 | 2 | 0 | 51 | 30 | 76 | 50 | 74 |
| Binary | 10111111 | 11000010 | 1110010 | 10 | 0 | 101001 | 11000 | 111110 | 101000 | 111100 |
Color Harmonies of #BFC272
Complementary color
Monochromatic Colors of #BFC272
Black with #BFC272
Text Example
Text Example
White with #BFC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC272; }
p { color: rgb(191,194,114); }
H1.HeaderClassName
{
color: #BFC272;
}
.AnyTagClassName
{
color: #BFC272;
}
</style>
background-color css
<style>
a { background-color: #BFC272; }
a { background-color: rgb(191,194,114); }
div.DivClassName
{
background-color: #BFC272;
}
.BgClassName
{
background-color: #BFC272;
}
</style>
border-color css
<style>
span { border-color: #BFC272; }
span { border-color: rgb(191,194,114); }
td.TdClassName
{
border-color: #BFC272;
}
.TagClassName
{
border-color: #BFC272;
}
</style>