Shades of Pine Glade #BFC27A
Tints of Pine Glade #BFC27A
RGB
CMYK
RGB Variations
Color information
#BFC27A (or 0xBFC27A) is known color: Pine Glade. HEX triplet: BF, C2 and 7A. RGB value is (191,194,122). Sum of RGB (Red+Green+Blue) = 191+194+122=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC27A is #403D85. Grayscale: #B9B9B9. Windows color (decimal): -4210054 or 8045247. OLE color: 8045247.
HSL color Cylindrical-coordinate representation of color #BFC27A: hue angle of 62.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC27A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 122 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 62.5º | 0.37% | 0.62% | - |
| HSV(B) | 62.5º | 0.37% | 0.76% | - |
| XYZ | 44.29 | 51.07 | 25.93 | - |
| YUV | 184.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 122 | 0.02 | 0 | 0.37 | 0.24 | 62.5 | 0.37 | 0.62 |
| Hex | BF | C2 | 7A | 2 | 0 | 25 | 18 | 3F | 25 | 3E |
| Octal | 277 | 302 | 172 | 2 | 0 | 45 | 30 | 77 | 45 | 76 |
| Binary | 10111111 | 11000010 | 1111010 | 10 | 0 | 100101 | 11000 | 111111 | 100101 | 111110 |
Color Harmonies of #BFC27A
Complementary color
Monochromatic Colors of #BFC27A
Black with #BFC27A
Text Example
Text Example
White with #BFC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC27A; }
p { color: rgb(191,194,122); }
H1.HeaderClassName
{
color: #BFC27A;
}
.AnyTagClassName
{
color: #BFC27A;
}
</style>
background-color css
<style>
a { background-color: #BFC27A; }
a { background-color: rgb(191,194,122); }
div.DivClassName
{
background-color: #BFC27A;
}
.BgClassName
{
background-color: #BFC27A;
}
</style>
border-color css
<style>
span { border-color: #BFC27A; }
span { border-color: rgb(191,194,122); }
td.TdClassName
{
border-color: #BFC27A;
}
.TagClassName
{
border-color: #BFC27A;
}
</style>