Shades of Pine Glade #BFC38A
Tints of Pine Glade #BFC38A
RGB
CMYK
RGB Variations
Color information
#BFC38A (or 0xBFC38A) is known color: Pine Glade. HEX triplet: BF, C3 and 8A. RGB value is (191,195,138). Sum of RGB (Red+Green+Blue) = 191+195+138=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC38A is #403C75. Grayscale: #BBBBBB. Windows color (decimal): -4209782 or 9094079. OLE color: 9094079.
HSL color Cylindrical-coordinate representation of color #BFC38A: hue angle of 64.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFC38A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 138 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.24 |
| HSL | 64.21º | 0.32% | 0.65% | - |
| HSV(B) | 64.21º | 0.29% | 0.76% | - |
| XYZ | 45.59 | 51.94 | 31.67 | - |
| YUV | 187.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 138 | 0.02 | 0 | 0.29 | 0.24 | 64.21 | 0.32 | 0.65 |
| Hex | BF | C3 | 8A | 2 | 0 | 1D | 18 | 40 | 20 | 41 |
| Octal | 277 | 303 | 212 | 2 | 0 | 35 | 30 | 100 | 40 | 101 |
| Binary | 10111111 | 11000011 | 10001010 | 10 | 0 | 11101 | 11000 | 1000000 | 100000 | 1000001 |
Color Harmonies of #BFC38A
Complementary color
Monochromatic Colors of #BFC38A
Black with #BFC38A
Text Example
Text Example
White with #BFC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC38A; }
p { color: rgb(191,195,138); }
H1.HeaderClassName
{
color: #BFC38A;
}
.AnyTagClassName
{
color: #BFC38A;
}
</style>
background-color css
<style>
a { background-color: #BFC38A; }
a { background-color: rgb(191,195,138); }
div.DivClassName
{
background-color: #BFC38A;
}
.BgClassName
{
background-color: #BFC38A;
}
</style>
border-color css
<style>
span { border-color: #BFC38A; }
span { border-color: rgb(191,195,138); }
td.TdClassName
{
border-color: #BFC38A;
}
.TagClassName
{
border-color: #BFC38A;
}
</style>