Shades of Pine Glade #BFC17B
Tints of Pine Glade #BFC17B
RGB
CMYK
RGB Variations
Color information
#BFC17B (or 0xBFC17B) is known color: Pine Glade. HEX triplet: BF, C1 and 7B. RGB value is (191,193,123). Sum of RGB (Red+Green+Blue) = 191+193+123=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17B is #403E84. Grayscale: #B8B8B8. Windows color (decimal): -4210309 or 8110527. OLE color: 8110527.
HSL color Cylindrical-coordinate representation of color #BFC17B: hue angle of 61.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFC17B is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 123 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.24 |
| HSL | 61.71º | 0.36% | 0.62% | - |
| HSV(B) | 61.71º | 0.36% | 0.76% | - |
| XYZ | 44.13 | 50.65 | 26.19 | - |
| YUV | 184.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 123 | 0.01 | 0 | 0.36 | 0.24 | 61.71 | 0.36 | 0.62 |
| Hex | BF | C1 | 7B | 1 | 0 | 24 | 18 | 3E | 24 | 3E |
| Octal | 277 | 301 | 173 | 1 | 0 | 44 | 30 | 76 | 44 | 76 |
| Binary | 10111111 | 11000001 | 1111011 | 1 | 0 | 100100 | 11000 | 111110 | 100100 | 111110 |
Color Harmonies of #BFC17B
Complementary color
Monochromatic Colors of #BFC17B
Black with #BFC17B
Text Example
Text Example
White with #BFC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC17B; }
p { color: rgb(191,193,123); }
H1.HeaderClassName
{
color: #BFC17B;
}
.AnyTagClassName
{
color: #BFC17B;
}
</style>
background-color css
<style>
a { background-color: #BFC17B; }
a { background-color: rgb(191,193,123); }
div.DivClassName
{
background-color: #BFC17B;
}
.BgClassName
{
background-color: #BFC17B;
}
</style>
border-color css
<style>
span { border-color: #BFC17B; }
span { border-color: rgb(191,193,123); }
td.TdClassName
{
border-color: #BFC17B;
}
.TagClassName
{
border-color: #BFC17B;
}
</style>