Shades of Pine Glade #BFCB7A
Tints of Pine Glade #BFCB7A
RGB
CMYK
RGB Variations
Color information
#BFCB7A (or 0xBFCB7A) is known color: Pine Glade. HEX triplet: BF, CB and 7A. RGB value is (191,203,122). Sum of RGB (Red+Green+Blue) = 191+203+122=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB7A is #403485. Grayscale: #BEBEBE. Windows color (decimal): -4207750 or 8047551. OLE color: 8047551.
HSL color Cylindrical-coordinate representation of color #BFCB7A: hue angle of 68.89º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCB7A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 122 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.20 |
| HSL | 68.89º | 0.44% | 0.64% | - |
| HSV(B) | 68.89º | 0.4% | 0.8% | - |
| XYZ | 46.35 | 55.19 | 26.62 | - |
| YUV | 190.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 122 | 0.06 | 0 | 0.40 | 0.20 | 68.89 | 0.44 | 0.64 |
| Hex | BF | CB | 7A | 6 | 0 | 28 | 14 | 45 | 2C | 40 |
| Octal | 277 | 313 | 172 | 6 | 0 | 50 | 24 | 105 | 54 | 100 |
| Binary | 10111111 | 11001011 | 1111010 | 110 | 0 | 101000 | 10100 | 1000101 | 101100 | 1000000 |
Color Harmonies of #BFCB7A
Complementary color
Monochromatic Colors of #BFCB7A
Black with #BFCB7A
Text Example
Text Example
White with #BFCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB7A; }
p { color: rgb(191,203,122); }
H1.HeaderClassName
{
color: #BFCB7A;
}
.AnyTagClassName
{
color: #BFCB7A;
}
</style>
background-color css
<style>
a { background-color: #BFCB7A; }
a { background-color: rgb(191,203,122); }
div.DivClassName
{
background-color: #BFCB7A;
}
.BgClassName
{
background-color: #BFCB7A;
}
</style>
border-color css
<style>
span { border-color: #BFCB7A; }
span { border-color: rgb(191,203,122); }
td.TdClassName
{
border-color: #BFCB7A;
}
.TagClassName
{
border-color: #BFCB7A;
}
</style>