Shades of Pine Glade #BFC383
Tints of Pine Glade #BFC383
RGB
CMYK
RGB Variations
Color information
#BFC383 (or 0xBFC383) is known color: Pine Glade. HEX triplet: BF, C3 and 83. RGB value is (191,195,131). Sum of RGB (Red+Green+Blue) = 191+195+131=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC383 is #403C7C. Grayscale: #BABABA. Windows color (decimal): -4209789 or 8635327. OLE color: 8635327.
HSL color Cylindrical-coordinate representation of color #BFC383: hue angle of 63.75º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC383 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 131 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.24 |
| HSL | 63.75º | 0.35% | 0.64% | - |
| HSV(B) | 63.75º | 0.33% | 0.76% | - |
| XYZ | 45.1 | 51.75 | 29.08 | - |
| YUV | 186.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 131 | 0.02 | 0 | 0.33 | 0.24 | 63.75 | 0.35 | 0.64 |
| Hex | BF | C3 | 83 | 2 | 0 | 21 | 18 | 40 | 23 | 40 |
| Octal | 277 | 303 | 203 | 2 | 0 | 41 | 30 | 100 | 43 | 100 |
| Binary | 10111111 | 11000011 | 10000011 | 10 | 0 | 100001 | 11000 | 1000000 | 100011 | 1000000 |
Color Harmonies of #BFC383
Complementary color
Monochromatic Colors of #BFC383
Black with #BFC383
Text Example
Text Example
White with #BFC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC383; }
p { color: rgb(191,195,131); }
H1.HeaderClassName
{
color: #BFC383;
}
.AnyTagClassName
{
color: #BFC383;
}
</style>
background-color css
<style>
a { background-color: #BFC383; }
a { background-color: rgb(191,195,131); }
div.DivClassName
{
background-color: #BFC383;
}
.BgClassName
{
background-color: #BFC383;
}
</style>
border-color css
<style>
span { border-color: #BFC383; }
span { border-color: rgb(191,195,131); }
td.TdClassName
{
border-color: #BFC383;
}
.TagClassName
{
border-color: #BFC383;
}
</style>