Shades of Pine Glade #BDC47B
Tints of Pine Glade #BDC47B
RGB
CMYK
RGB Variations
Color information
#BDC47B (or 0xBDC47B) is known color: Pine Glade. HEX triplet: BD, C4 and 7B. RGB value is (189,196,123). Sum of RGB (Red+Green+Blue) = 189+196+123=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47B is #423B84. Grayscale: #B9B9B9. Windows color (decimal): -4340613 or 8111293. OLE color: 8111293.
HSL color Cylindrical-coordinate representation of color #BDC47B: hue angle of 65.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC47B is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 123 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.23 |
| HSL | 65.75º | 0.38% | 0.63% | - |
| HSV(B) | 65.75º | 0.37% | 0.77% | - |
| XYZ | 44.3 | 51.73 | 26.39 | - |
| YUV | 185.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 123 | 0.04 | 0 | 0.37 | 0.23 | 65.75 | 0.38 | 0.63 |
| Hex | BD | C4 | 7B | 4 | 0 | 25 | 17 | 42 | 26 | 3F |
| Octal | 275 | 304 | 173 | 4 | 0 | 45 | 27 | 102 | 46 | 77 |
| Binary | 10111101 | 11000100 | 1111011 | 100 | 0 | 100101 | 10111 | 1000010 | 100110 | 111111 |
Color Harmonies of #BDC47B
Complementary color
Monochromatic Colors of #BDC47B
Black with #BDC47B
Text Example
Text Example
White with #BDC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC47B; }
p { color: rgb(189,196,123); }
H1.HeaderClassName
{
color: #BDC47B;
}
.AnyTagClassName
{
color: #BDC47B;
}
</style>
background-color css
<style>
a { background-color: #BDC47B; }
a { background-color: rgb(189,196,123); }
div.DivClassName
{
background-color: #BDC47B;
}
.BgClassName
{
background-color: #BDC47B;
}
</style>
border-color css
<style>
span { border-color: #BDC47B; }
span { border-color: rgb(189,196,123); }
td.TdClassName
{
border-color: #BDC47B;
}
.TagClassName
{
border-color: #BDC47B;
}
</style>