Shades of Pine Glade #BDCB7A
Tints of Pine Glade #BDCB7A
RGB
CMYK
RGB Variations
Color information
#BDCB7A (or 0xBDCB7A) is known color: Pine Glade. HEX triplet: BD, CB and 7A. RGB value is (189,203,122). Sum of RGB (Red+Green+Blue) = 189+203+122=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB7A is #423485. Grayscale: #BDBDBD. Windows color (decimal): -4338822 or 8047549. OLE color: 8047549.
HSL color Cylindrical-coordinate representation of color #BDCB7A: hue angle of 70.37º 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 #BDCB7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 122 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.20 |
| HSL | 70.37º | 0.44% | 0.64% | - |
| HSV(B) | 70.37º | 0.4% | 0.8% | - |
| XYZ | 45.86 | 54.94 | 26.6 | - |
| YUV | 189.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 122 | 0.07 | 0 | 0.40 | 0.20 | 70.37 | 0.44 | 0.64 |
| Hex | BD | CB | 7A | 7 | 0 | 28 | 14 | 46 | 2C | 40 |
| Octal | 275 | 313 | 172 | 7 | 0 | 50 | 24 | 106 | 54 | 100 |
| Binary | 10111101 | 11001011 | 1111010 | 111 | 0 | 101000 | 10100 | 1000110 | 101100 | 1000000 |
Color Harmonies of #BDCB7A
Complementary color
Monochromatic Colors of #BDCB7A
Black with #BDCB7A
Text Example
Text Example
White with #BDCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB7A; }
p { color: rgb(189,203,122); }
H1.HeaderClassName
{
color: #BDCB7A;
}
.AnyTagClassName
{
color: #BDCB7A;
}
</style>
background-color css
<style>
a { background-color: #BDCB7A; }
a { background-color: rgb(189,203,122); }
div.DivClassName
{
background-color: #BDCB7A;
}
.BgClassName
{
background-color: #BDCB7A;
}
</style>
border-color css
<style>
span { border-color: #BDCB7A; }
span { border-color: rgb(189,203,122); }
td.TdClassName
{
border-color: #BDCB7A;
}
.TagClassName
{
border-color: #BDCB7A;
}
</style>