Shades of Pine Glade #BFC275
Tints of Pine Glade #BFC275
RGB
CMYK
RGB Variations
Color information
#BFC275 (or 0xBFC275) is known color: Pine Glade. HEX triplet: BF, C2 and 75. RGB value is (191,194,117). Sum of RGB (Red+Green+Blue) = 191+194+117=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC275 is #403D8A. Grayscale: #B8B8B8. Windows color (decimal): -4210059 or 7717567. OLE color: 7717567.
HSL color Cylindrical-coordinate representation of color #BFC275: hue angle of 62.34º 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 #BFC275 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 117 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.24 |
| HSL | 62.34º | 0.39% | 0.61% | - |
| HSV(B) | 62.34º | 0.4% | 0.76% | - |
| XYZ | 43.99 | 50.94 | 24.34 | - |
| YUV | 184.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 117 | 0.02 | 0 | 0.40 | 0.24 | 62.34 | 0.39 | 0.61 |
| Hex | BF | C2 | 75 | 2 | 0 | 28 | 18 | 3E | 27 | 3D |
| Octal | 277 | 302 | 165 | 2 | 0 | 50 | 30 | 76 | 47 | 75 |
| Binary | 10111111 | 11000010 | 1110101 | 10 | 0 | 101000 | 11000 | 111110 | 100111 | 111101 |
Color Harmonies of #BFC275
Complementary color
Monochromatic Colors of #BFC275
Black with #BFC275
Text Example
Text Example
White with #BFC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC275; }
p { color: rgb(191,194,117); }
H1.HeaderClassName
{
color: #BFC275;
}
.AnyTagClassName
{
color: #BFC275;
}
</style>
background-color css
<style>
a { background-color: #BFC275; }
a { background-color: rgb(191,194,117); }
div.DivClassName
{
background-color: #BFC275;
}
.BgClassName
{
background-color: #BFC275;
}
</style>
border-color css
<style>
span { border-color: #BFC275; }
span { border-color: rgb(191,194,117); }
td.TdClassName
{
border-color: #BFC275;
}
.TagClassName
{
border-color: #BFC275;
}
</style>