Shades of Pine Glade #BFC270
Tints of Pine Glade #BFC270
RGB
CMYK
RGB Variations
Color information
#BFC270 (or 0xBFC270) is known color: Pine Glade. HEX triplet: BF, C2 and 70. RGB value is (191,194,112). Sum of RGB (Red+Green+Blue) = 191+194+112=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC270 is #403D8F. Grayscale: #B8B8B8. Windows color (decimal): -4210064 or 7389887. OLE color: 7389887.
HSL color Cylindrical-coordinate representation of color #BFC270: hue angle of 62.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC270 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 112 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.24 |
| HSL | 62.2º | 0.4% | 0.6% | - |
| HSV(B) | 62.2º | 0.42% | 0.76% | - |
| XYZ | 43.7 | 50.83 | 22.84 | - |
| YUV | 183.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 112 | 0.02 | 0 | 0.42 | 0.24 | 62.2 | 0.4 | 0.6 |
| Hex | BF | C2 | 70 | 2 | 0 | 2A | 18 | 3E | 28 | 3C |
| Octal | 277 | 302 | 160 | 2 | 0 | 52 | 30 | 76 | 50 | 74 |
| Binary | 10111111 | 11000010 | 1110000 | 10 | 0 | 101010 | 11000 | 111110 | 101000 | 111100 |
Color Harmonies of #BFC270
Complementary color
Monochromatic Colors of #BFC270
Black with #BFC270
Text Example
Text Example
White with #BFC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC270; }
p { color: rgb(191,194,112); }
H1.HeaderClassName
{
color: #BFC270;
}
.AnyTagClassName
{
color: #BFC270;
}
</style>
background-color css
<style>
a { background-color: #BFC270; }
a { background-color: rgb(191,194,112); }
div.DivClassName
{
background-color: #BFC270;
}
.BgClassName
{
background-color: #BFC270;
}
</style>
border-color css
<style>
span { border-color: #BFC270; }
span { border-color: rgb(191,194,112); }
td.TdClassName
{
border-color: #BFC270;
}
.TagClassName
{
border-color: #BFC270;
}
</style>