Shades of Pine Glade #BFCA7A
Tints of Pine Glade #BFCA7A
RGB
CMYK
RGB Variations
Color information
#BFCA7A (or 0xBFCA7A) is known color: Pine Glade. HEX triplet: BF, CA and 7A. RGB value is (191,202,122). Sum of RGB (Red+Green+Blue) = 191+202+122=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA7A is #403585. Grayscale: #BDBDBD. Windows color (decimal): -4208006 or 8047295. OLE color: 8047295.
HSL color Cylindrical-coordinate representation of color #BFCA7A: hue angle of 68.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCA7A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 122 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.21 |
| HSL | 68.25º | 0.43% | 0.64% | - |
| HSV(B) | 68.25º | 0.4% | 0.79% | - |
| XYZ | 46.12 | 54.72 | 26.54 | - |
| YUV | 189.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 122 | 0.05 | 0 | 0.40 | 0.21 | 68.25 | 0.43 | 0.64 |
| Hex | BF | CA | 7A | 5 | 0 | 28 | 15 | 44 | 2B | 40 |
| Octal | 277 | 312 | 172 | 5 | 0 | 50 | 25 | 104 | 53 | 100 |
| Binary | 10111111 | 11001010 | 1111010 | 101 | 0 | 101000 | 10101 | 1000100 | 101011 | 1000000 |
Color Harmonies of #BFCA7A
Complementary color
Monochromatic Colors of #BFCA7A
Black with #BFCA7A
Text Example
Text Example
White with #BFCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA7A; }
p { color: rgb(191,202,122); }
H1.HeaderClassName
{
color: #BFCA7A;
}
.AnyTagClassName
{
color: #BFCA7A;
}
</style>
background-color css
<style>
a { background-color: #BFCA7A; }
a { background-color: rgb(191,202,122); }
div.DivClassName
{
background-color: #BFCA7A;
}
.BgClassName
{
background-color: #BFCA7A;
}
</style>
border-color css
<style>
span { border-color: #BFCA7A; }
span { border-color: rgb(191,202,122); }
td.TdClassName
{
border-color: #BFCA7A;
}
.TagClassName
{
border-color: #BFCA7A;
}
</style>