Shades of Pine Glade #BFC18A
Tints of Pine Glade #BFC18A
RGB
CMYK
RGB Variations
Color information
#BFC18A (or 0xBFC18A) is known color: Pine Glade. HEX triplet: BF, C1 and 8A. RGB value is (191,193,138). Sum of RGB (Red+Green+Blue) = 191+193+138=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC18A is #403E75. Grayscale: #BABABA. Windows color (decimal): -4210294 or 9093567. OLE color: 9093567.
HSL color Cylindrical-coordinate representation of color #BFC18A: hue angle of 62.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC18A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 138 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.24 |
| HSL | 62.18º | 0.31% | 0.65% | - |
| HSV(B) | 62.18º | 0.28% | 0.76% | - |
| XYZ | 45.14 | 51.05 | 31.52 | - |
| YUV | 186.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 138 | 0.01 | 0 | 0.28 | 0.24 | 62.18 | 0.31 | 0.65 |
| Hex | BF | C1 | 8A | 1 | 0 | 1C | 18 | 3E | 1F | 41 |
| Octal | 277 | 301 | 212 | 1 | 0 | 34 | 30 | 76 | 37 | 101 |
| Binary | 10111111 | 11000001 | 10001010 | 1 | 0 | 11100 | 11000 | 111110 | 11111 | 1000001 |
Color Harmonies of #BFC18A
Complementary color
Monochromatic Colors of #BFC18A
Black with #BFC18A
Text Example
Text Example
White with #BFC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC18A; }
p { color: rgb(191,193,138); }
H1.HeaderClassName
{
color: #BFC18A;
}
.AnyTagClassName
{
color: #BFC18A;
}
</style>
background-color css
<style>
a { background-color: #BFC18A; }
a { background-color: rgb(191,193,138); }
div.DivClassName
{
background-color: #BFC18A;
}
.BgClassName
{
background-color: #BFC18A;
}
</style>
border-color css
<style>
span { border-color: #BFC18A; }
span { border-color: rgb(191,193,138); }
td.TdClassName
{
border-color: #BFC18A;
}
.TagClassName
{
border-color: #BFC18A;
}
</style>