Shades of Pine Glade #BFC37A
Tints of Pine Glade #BFC37A
RGB
CMYK
RGB Variations
Color information
#BFC37A (or 0xBFC37A) is known color: Pine Glade. HEX triplet: BF, C3 and 7A. RGB value is (191,195,122). Sum of RGB (Red+Green+Blue) = 191+195+122=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC37A is #403C85. Grayscale: #B9B9B9. Windows color (decimal): -4209798 or 8045503. OLE color: 8045503.
HSL color Cylindrical-coordinate representation of color #BFC37A: hue angle of 63.29º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC37A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 122 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.24 |
| HSL | 63.29º | 0.38% | 0.62% | - |
| HSV(B) | 63.29º | 0.37% | 0.76% | - |
| XYZ | 44.51 | 51.51 | 26.01 | - |
| YUV | 185.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 122 | 0.02 | 0 | 0.37 | 0.24 | 63.29 | 0.38 | 0.62 |
| Hex | BF | C3 | 7A | 2 | 0 | 25 | 18 | 3F | 26 | 3E |
| Octal | 277 | 303 | 172 | 2 | 0 | 45 | 30 | 77 | 46 | 76 |
| Binary | 10111111 | 11000011 | 1111010 | 10 | 0 | 100101 | 11000 | 111111 | 100110 | 111110 |
Color Harmonies of #BFC37A
Complementary color
Monochromatic Colors of #BFC37A
Black with #BFC37A
Text Example
Text Example
White with #BFC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC37A; }
p { color: rgb(191,195,122); }
H1.HeaderClassName
{
color: #BFC37A;
}
.AnyTagClassName
{
color: #BFC37A;
}
</style>
background-color css
<style>
a { background-color: #BFC37A; }
a { background-color: rgb(191,195,122); }
div.DivClassName
{
background-color: #BFC37A;
}
.BgClassName
{
background-color: #BFC37A;
}
</style>
border-color css
<style>
span { border-color: #BFC37A; }
span { border-color: rgb(191,195,122); }
td.TdClassName
{
border-color: #BFC37A;
}
.TagClassName
{
border-color: #BFC37A;
}
</style>