Shades of Pine Glade #BDCB7B
Tints of Pine Glade #BDCB7B
RGB
CMYK
RGB Variations
Color information
#BDCB7B (or 0xBDCB7B) is known color: Pine Glade. HEX triplet: BD, CB and 7B. RGB value is (189,203,123). Sum of RGB (Red+Green+Blue) = 189+203+123=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB7B is #423484. Grayscale: #BEBEBE. Windows color (decimal): -4338821 or 8113085. OLE color: 8113085.
HSL color Cylindrical-coordinate representation of color #BDCB7B: hue angle of 70.5º 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 #BDCB7B is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 123 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.20 |
| HSL | 70.5º | 0.43% | 0.64% | - |
| HSV(B) | 70.5º | 0.39% | 0.8% | - |
| XYZ | 45.92 | 54.96 | 26.93 | - |
| YUV | 189.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 123 | 0.07 | 0 | 0.39 | 0.20 | 70.5 | 0.43 | 0.64 |
| Hex | BD | CB | 7B | 7 | 0 | 27 | 14 | 46 | 2B | 40 |
| Octal | 275 | 313 | 173 | 7 | 0 | 47 | 24 | 106 | 53 | 100 |
| Binary | 10111101 | 11001011 | 1111011 | 111 | 0 | 100111 | 10100 | 1000110 | 101011 | 1000000 |
Color Harmonies of #BDCB7B
Complementary color
Monochromatic Colors of #BDCB7B
Black with #BDCB7B
Text Example
Text Example
White with #BDCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB7B; }
p { color: rgb(189,203,123); }
H1.HeaderClassName
{
color: #BDCB7B;
}
.AnyTagClassName
{
color: #BDCB7B;
}
</style>
background-color css
<style>
a { background-color: #BDCB7B; }
a { background-color: rgb(189,203,123); }
div.DivClassName
{
background-color: #BDCB7B;
}
.BgClassName
{
background-color: #BDCB7B;
}
</style>
border-color css
<style>
span { border-color: #BDCB7B; }
span { border-color: rgb(189,203,123); }
td.TdClassName
{
border-color: #BDCB7B;
}
.TagClassName
{
border-color: #BDCB7B;
}
</style>