Shades of Pine Glade #BFC17D
Tints of Pine Glade #BFC17D
RGB
CMYK
RGB Variations
Color information
#BFC17D (or 0xBFC17D) is known color: Pine Glade. HEX triplet: BF, C1 and 7D. RGB value is (191,193,125). Sum of RGB (Red+Green+Blue) = 191+193+125=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17D is #403E82. Grayscale: #B8B8B8. Windows color (decimal): -4210307 or 8241599. OLE color: 8241599.
HSL color Cylindrical-coordinate representation of color #BFC17D: hue angle of 61.76º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC17D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 125 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.24 |
| HSL | 61.76º | 0.35% | 0.62% | - |
| HSV(B) | 61.76º | 0.35% | 0.76% | - |
| XYZ | 44.26 | 50.7 | 26.85 | - |
| YUV | 184.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 125 | 0.01 | 0 | 0.35 | 0.24 | 61.76 | 0.35 | 0.62 |
| Hex | BF | C1 | 7D | 1 | 0 | 23 | 18 | 3E | 23 | 3E |
| Octal | 277 | 301 | 175 | 1 | 0 | 43 | 30 | 76 | 43 | 76 |
| Binary | 10111111 | 11000001 | 1111101 | 1 | 0 | 100011 | 11000 | 111110 | 100011 | 111110 |
Color Harmonies of #BFC17D
Complementary color
Monochromatic Colors of #BFC17D
Black with #BFC17D
Text Example
Text Example
White with #BFC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC17D; }
p { color: rgb(191,193,125); }
H1.HeaderClassName
{
color: #BFC17D;
}
.AnyTagClassName
{
color: #BFC17D;
}
</style>
background-color css
<style>
a { background-color: #BFC17D; }
a { background-color: rgb(191,193,125); }
div.DivClassName
{
background-color: #BFC17D;
}
.BgClassName
{
background-color: #BFC17D;
}
</style>
border-color css
<style>
span { border-color: #BFC17D; }
span { border-color: rgb(191,193,125); }
td.TdClassName
{
border-color: #BFC17D;
}
.TagClassName
{
border-color: #BFC17D;
}
</style>