Shades of Pine Glade #BFCB7B
Tints of Pine Glade #BFCB7B
RGB
CMYK
RGB Variations
Color information
#BFCB7B (or 0xBFCB7B) is known color: Pine Glade. HEX triplet: BF, CB and 7B. RGB value is (191,203,123). Sum of RGB (Red+Green+Blue) = 191+203+123=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB7B is #403484. Grayscale: #BEBEBE. Windows color (decimal): -4207749 or 8113087. OLE color: 8113087.
HSL color Cylindrical-coordinate representation of color #BFCB7B: hue angle of 69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFCB7B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 123 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.20 |
| HSL | 69º | 0.43% | 0.64% | - |
| HSV(B) | 69º | 0.39% | 0.8% | - |
| XYZ | 46.42 | 55.22 | 26.95 | - |
| YUV | 190.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 123 | 0.06 | 0 | 0.39 | 0.20 | 69 | 0.43 | 0.64 |
| Hex | BF | CB | 7B | 6 | 0 | 27 | 14 | 45 | 2B | 40 |
| Octal | 277 | 313 | 173 | 6 | 0 | 47 | 24 | 105 | 53 | 100 |
| Binary | 10111111 | 11001011 | 1111011 | 110 | 0 | 100111 | 10100 | 1000101 | 101011 | 1000000 |
Color Harmonies of #BFCB7B
Complementary color
Monochromatic Colors of #BFCB7B
Black with #BFCB7B
Text Example
Text Example
White with #BFCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB7B; }
p { color: rgb(191,203,123); }
H1.HeaderClassName
{
color: #BFCB7B;
}
.AnyTagClassName
{
color: #BFCB7B;
}
</style>
background-color css
<style>
a { background-color: #BFCB7B; }
a { background-color: rgb(191,203,123); }
div.DivClassName
{
background-color: #BFCB7B;
}
.BgClassName
{
background-color: #BFCB7B;
}
</style>
border-color css
<style>
span { border-color: #BFCB7B; }
span { border-color: rgb(191,203,123); }
td.TdClassName
{
border-color: #BFCB7B;
}
.TagClassName
{
border-color: #BFCB7B;
}
</style>