Shades of Pine Glade #BFC184
Tints of Pine Glade #BFC184
RGB
CMYK
RGB Variations
Color information
#BFC184 (or 0xBFC184) is known color: Pine Glade. HEX triplet: BF, C1 and 84. RGB value is (191,193,132). Sum of RGB (Red+Green+Blue) = 191+193+132=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC184 is #403E7B. Grayscale: #B9B9B9. Windows color (decimal): -4210300 or 8700351. OLE color: 8700351.
HSL color Cylindrical-coordinate representation of color #BFC184: hue angle of 61.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC184 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 132 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.24 |
| HSL | 61.97º | 0.33% | 0.64% | - |
| HSV(B) | 61.97º | 0.32% | 0.76% | - |
| XYZ | 44.72 | 50.88 | 29.29 | - |
| YUV | 185.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 132 | 0.01 | 0 | 0.32 | 0.24 | 61.97 | 0.33 | 0.64 |
| Hex | BF | C1 | 84 | 1 | 0 | 20 | 18 | 3E | 21 | 40 |
| Octal | 277 | 301 | 204 | 1 | 0 | 40 | 30 | 76 | 41 | 100 |
| Binary | 10111111 | 11000001 | 10000100 | 1 | 0 | 100000 | 11000 | 111110 | 100001 | 1000000 |
Color Harmonies of #BFC184
Complementary color
Monochromatic Colors of #BFC184
Black with #BFC184
Text Example
Text Example
White with #BFC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC184; }
p { color: rgb(191,193,132); }
H1.HeaderClassName
{
color: #BFC184;
}
.AnyTagClassName
{
color: #BFC184;
}
</style>
background-color css
<style>
a { background-color: #BFC184; }
a { background-color: rgb(191,193,132); }
div.DivClassName
{
background-color: #BFC184;
}
.BgClassName
{
background-color: #BFC184;
}
</style>
border-color css
<style>
span { border-color: #BFC184; }
span { border-color: rgb(191,193,132); }
td.TdClassName
{
border-color: #BFC184;
}
.TagClassName
{
border-color: #BFC184;
}
</style>