Shades of Pine Glade #BFC68A
Tints of Pine Glade #BFC68A
RGB
CMYK
RGB Variations
Color information
#BFC68A (or 0xBFC68A) is known color: Pine Glade. HEX triplet: BF, C6 and 8A. RGB value is (191,198,138). Sum of RGB (Red+Green+Blue) = 191+198+138=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC68A is #403975. Grayscale: #BDBDBD. Windows color (decimal): -4209014 or 9094847. OLE color: 9094847.
HSL color Cylindrical-coordinate representation of color #BFC68A: hue angle of 67º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC68A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 138 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.22 |
| HSL | 67º | 0.34% | 0.66% | - |
| HSV(B) | 67º | 0.3% | 0.78% | - |
| XYZ | 46.27 | 53.3 | 31.89 | - |
| YUV | 189.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 138 | 0.04 | 0 | 0.30 | 0.22 | 67 | 0.34 | 0.66 |
| Hex | BF | C6 | 8A | 4 | 0 | 1E | 16 | 43 | 22 | 42 |
| Octal | 277 | 306 | 212 | 4 | 0 | 36 | 26 | 103 | 42 | 102 |
| Binary | 10111111 | 11000110 | 10001010 | 100 | 0 | 11110 | 10110 | 1000011 | 100010 | 1000010 |
Color Harmonies of #BFC68A
Complementary color
Monochromatic Colors of #BFC68A
Black with #BFC68A
Text Example
Text Example
White with #BFC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC68A; }
p { color: rgb(191,198,138); }
H1.HeaderClassName
{
color: #BFC68A;
}
.AnyTagClassName
{
color: #BFC68A;
}
</style>
background-color css
<style>
a { background-color: #BFC68A; }
a { background-color: rgb(191,198,138); }
div.DivClassName
{
background-color: #BFC68A;
}
.BgClassName
{
background-color: #BFC68A;
}
</style>
border-color css
<style>
span { border-color: #BFC68A; }
span { border-color: rgb(191,198,138); }
td.TdClassName
{
border-color: #BFC68A;
}
.TagClassName
{
border-color: #BFC68A;
}
</style>