Shades of Pine Glade #BFCA88
Tints of Pine Glade #BFCA88
RGB
CMYK
RGB Variations
Color information
#BFCA88 (or 0xBFCA88) is known color: Pine Glade. HEX triplet: BF, CA and 88. RGB value is (191,202,136). Sum of RGB (Red+Green+Blue) = 191+202+136=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA88 is #403577. Grayscale: #BFBFBF. Windows color (decimal): -4207992 or 8964799. OLE color: 8964799.
HSL color Cylindrical-coordinate representation of color #BFCA88: hue angle of 70º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFCA88 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 136 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.21 |
| HSL | 70º | 0.38% | 0.66% | - |
| HSV(B) | 70º | 0.33% | 0.79% | - |
| XYZ | 47.05 | 55.1 | 31.45 | - |
| YUV | 191.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 136 | 0.05 | 0 | 0.33 | 0.21 | 70 | 0.38 | 0.66 |
| Hex | BF | CA | 88 | 5 | 0 | 21 | 15 | 46 | 26 | 42 |
| Octal | 277 | 312 | 210 | 5 | 0 | 41 | 25 | 106 | 46 | 102 |
| Binary | 10111111 | 11001010 | 10001000 | 101 | 0 | 100001 | 10101 | 1000110 | 100110 | 1000010 |
Color Harmonies of #BFCA88
Complementary color
Monochromatic Colors of #BFCA88
Black with #BFCA88
Text Example
Text Example
White with #BFCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA88; }
p { color: rgb(191,202,136); }
H1.HeaderClassName
{
color: #BFCA88;
}
.AnyTagClassName
{
color: #BFCA88;
}
</style>
background-color css
<style>
a { background-color: #BFCA88; }
a { background-color: rgb(191,202,136); }
div.DivClassName
{
background-color: #BFCA88;
}
.BgClassName
{
background-color: #BFCA88;
}
</style>
border-color css
<style>
span { border-color: #BFCA88; }
span { border-color: rgb(191,202,136); }
td.TdClassName
{
border-color: #BFCA88;
}
.TagClassName
{
border-color: #BFCA88;
}
</style>