Shades of Pine Glade #BFC27B
Tints of Pine Glade #BFC27B
RGB
CMYK
RGB Variations
Color information
#BFC27B (or 0xBFC27B) is known color: Pine Glade. HEX triplet: BF, C2 and 7B. RGB value is (191,194,123). Sum of RGB (Red+Green+Blue) = 191+194+123=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC27B is #403D84. Grayscale: #B9B9B9. Windows color (decimal): -4210053 or 8110783. OLE color: 8110783.
HSL color Cylindrical-coordinate representation of color #BFC27B: hue angle of 62.54º 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 #BFC27B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 123 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 62.54º | 0.37% | 0.62% | - |
| HSV(B) | 62.54º | 0.37% | 0.76% | - |
| XYZ | 44.35 | 51.09 | 26.26 | - |
| YUV | 185.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 123 | 0.02 | 0 | 0.37 | 0.24 | 62.54 | 0.37 | 0.62 |
| Hex | BF | C2 | 7B | 2 | 0 | 25 | 18 | 3F | 25 | 3E |
| Octal | 277 | 302 | 173 | 2 | 0 | 45 | 30 | 77 | 45 | 76 |
| Binary | 10111111 | 11000010 | 1111011 | 10 | 0 | 100101 | 11000 | 111111 | 100101 | 111110 |
Color Harmonies of #BFC27B
Complementary color
Monochromatic Colors of #BFC27B
Black with #BFC27B
Text Example
Text Example
White with #BFC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC27B; }
p { color: rgb(191,194,123); }
H1.HeaderClassName
{
color: #BFC27B;
}
.AnyTagClassName
{
color: #BFC27B;
}
</style>
background-color css
<style>
a { background-color: #BFC27B; }
a { background-color: rgb(191,194,123); }
div.DivClassName
{
background-color: #BFC27B;
}
.BgClassName
{
background-color: #BFC27B;
}
</style>
border-color css
<style>
span { border-color: #BFC27B; }
span { border-color: rgb(191,194,123); }
td.TdClassName
{
border-color: #BFC27B;
}
.TagClassName
{
border-color: #BFC27B;
}
</style>