Shades of Pine Glade #BFCA7D
Tints of Pine Glade #BFCA7D
RGB
CMYK
RGB Variations
Color information
#BFCA7D (or 0xBFCA7D) is known color: Pine Glade. HEX triplet: BF, CA and 7D. RGB value is (191,202,125). Sum of RGB (Red+Green+Blue) = 191+202+125=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA7D is #403582. Grayscale: #BEBEBE. Windows color (decimal): -4208003 or 8243903. OLE color: 8243903.
HSL color Cylindrical-coordinate representation of color #BFCA7D: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFCA7D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 125 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.21 |
| HSL | 68.57º | 0.42% | 0.64% | - |
| HSV(B) | 68.57º | 0.38% | 0.79% | - |
| XYZ | 46.31 | 54.8 | 27.54 | - |
| YUV | 189.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 125 | 0.05 | 0 | 0.38 | 0.21 | 68.57 | 0.42 | 0.64 |
| Hex | BF | CA | 7D | 5 | 0 | 26 | 15 | 45 | 2A | 40 |
| Octal | 277 | 312 | 175 | 5 | 0 | 46 | 25 | 105 | 52 | 100 |
| Binary | 10111111 | 11001010 | 1111101 | 101 | 0 | 100110 | 10101 | 1000101 | 101010 | 1000000 |
Color Harmonies of #BFCA7D
Complementary color
Monochromatic Colors of #BFCA7D
Black with #BFCA7D
Text Example
Text Example
White with #BFCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA7D; }
p { color: rgb(191,202,125); }
H1.HeaderClassName
{
color: #BFCA7D;
}
.AnyTagClassName
{
color: #BFCA7D;
}
</style>
background-color css
<style>
a { background-color: #BFCA7D; }
a { background-color: rgb(191,202,125); }
div.DivClassName
{
background-color: #BFCA7D;
}
.BgClassName
{
background-color: #BFCA7D;
}
</style>
border-color css
<style>
span { border-color: #BFCA7D; }
span { border-color: rgb(191,202,125); }
td.TdClassName
{
border-color: #BFCA7D;
}
.TagClassName
{
border-color: #BFCA7D;
}
</style>