Shades of Pine Glade #BDBE8B
Tints of Pine Glade #BDBE8B
RGB
CMYK
RGB Variations
Color information
#BDBE8B (or 0xBDBE8B) is known color: Pine Glade. HEX triplet: BD, BE and 8B. RGB value is (189,190,139). Sum of RGB (Red+Green+Blue) = 189+190+139=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE8B is #424174. Grayscale: #B8B8B8. Windows color (decimal): -4342133 or 9158333. OLE color: 9158333.
HSL color Cylindrical-coordinate representation of color #BDBE8B: hue angle of 61.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDBE8B is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 139 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.25 |
| HSL | 61.18º | 0.28% | 0.65% | - |
| HSV(B) | 61.18º | 0.27% | 0.75% | - |
| XYZ | 44.06 | 49.51 | 31.66 | - |
| YUV | 183.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 139 | 0.01 | 0 | 0.27 | 0.25 | 61.18 | 0.28 | 0.65 |
| Hex | BD | BE | 8B | 1 | 0 | 1B | 19 | 3D | 1C | 41 |
| Octal | 275 | 276 | 213 | 1 | 0 | 33 | 31 | 75 | 34 | 101 |
| Binary | 10111101 | 10111110 | 10001011 | 1 | 0 | 11011 | 11001 | 111101 | 11100 | 1000001 |
Color Harmonies of #BDBE8B
Complementary color
Monochromatic Colors of #BDBE8B
Black with #BDBE8B
Text Example
Text Example
White with #BDBE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE8B; }
p { color: rgb(189,190,139); }
H1.HeaderClassName
{
color: #BDBE8B;
}
.AnyTagClassName
{
color: #BDBE8B;
}
</style>
background-color css
<style>
a { background-color: #BDBE8B; }
a { background-color: rgb(189,190,139); }
div.DivClassName
{
background-color: #BDBE8B;
}
.BgClassName
{
background-color: #BDBE8B;
}
</style>
border-color css
<style>
span { border-color: #BDBE8B; }
span { border-color: rgb(189,190,139); }
td.TdClassName
{
border-color: #BDBE8B;
}
.TagClassName
{
border-color: #BDBE8B;
}
</style>