Shades of Pine Glade #BFC183
Tints of Pine Glade #BFC183
RGB
CMYK
RGB Variations
Color information
#BFC183 (or 0xBFC183) is known color: Pine Glade. HEX triplet: BF, C1 and 83. RGB value is (191,193,131). Sum of RGB (Red+Green+Blue) = 191+193+131=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC183 is #403E7C. Grayscale: #B9B9B9. Windows color (decimal): -4210301 or 8634815. OLE color: 8634815.
HSL color Cylindrical-coordinate representation of color #BFC183: hue angle of 61.94º 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 #BFC183 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 131 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.24 |
| HSL | 61.94º | 0.33% | 0.64% | - |
| HSV(B) | 61.94º | 0.32% | 0.76% | - |
| XYZ | 44.65 | 50.85 | 28.94 | - |
| YUV | 185.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 131 | 0.01 | 0 | 0.32 | 0.24 | 61.94 | 0.33 | 0.64 |
| Hex | BF | C1 | 83 | 1 | 0 | 20 | 18 | 3E | 21 | 40 |
| Octal | 277 | 301 | 203 | 1 | 0 | 40 | 30 | 76 | 41 | 100 |
| Binary | 10111111 | 11000001 | 10000011 | 1 | 0 | 100000 | 11000 | 111110 | 100001 | 1000000 |
Color Harmonies of #BFC183
Complementary color
Monochromatic Colors of #BFC183
Black with #BFC183
Text Example
Text Example
White with #BFC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC183; }
p { color: rgb(191,193,131); }
H1.HeaderClassName
{
color: #BFC183;
}
.AnyTagClassName
{
color: #BFC183;
}
</style>
background-color css
<style>
a { background-color: #BFC183; }
a { background-color: rgb(191,193,131); }
div.DivClassName
{
background-color: #BFC183;
}
.BgClassName
{
background-color: #BFC183;
}
</style>
border-color css
<style>
span { border-color: #BFC183; }
span { border-color: rgb(191,193,131); }
td.TdClassName
{
border-color: #BFC183;
}
.TagClassName
{
border-color: #BFC183;
}
</style>