Shades of Pine Glade #BDBE7C
Tints of Pine Glade #BDBE7C
RGB
CMYK
RGB Variations
Color information
#BDBE7C (or 0xBDBE7C) is known color: Pine Glade. HEX triplet: BD, BE and 7C. RGB value is (189,190,124). Sum of RGB (Red+Green+Blue) = 189+190+124=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE7C is #424183. Grayscale: #B6B6B6. Windows color (decimal): -4342148 or 8175293. OLE color: 8175293.
HSL color Cylindrical-coordinate representation of color #BDBE7C: hue angle of 60.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDBE7C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 124 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.25 |
| HSL | 60.91º | 0.34% | 0.62% | - |
| HSV(B) | 60.91º | 0.35% | 0.75% | - |
| XYZ | 43.04 | 49.1 | 26.28 | - |
| YUV | 182.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 124 | 0.01 | 0 | 0.35 | 0.25 | 60.91 | 0.34 | 0.62 |
| Hex | BD | BE | 7C | 1 | 0 | 23 | 19 | 3D | 22 | 3E |
| Octal | 275 | 276 | 174 | 1 | 0 | 43 | 31 | 75 | 42 | 76 |
| Binary | 10111101 | 10111110 | 1111100 | 1 | 0 | 100011 | 11001 | 111101 | 100010 | 111110 |
Color Harmonies of #BDBE7C
Complementary color
Monochromatic Colors of #BDBE7C
Black with #BDBE7C
Text Example
Text Example
White with #BDBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE7C; }
p { color: rgb(189,190,124); }
H1.HeaderClassName
{
color: #BDBE7C;
}
.AnyTagClassName
{
color: #BDBE7C;
}
</style>
background-color css
<style>
a { background-color: #BDBE7C; }
a { background-color: rgb(189,190,124); }
div.DivClassName
{
background-color: #BDBE7C;
}
.BgClassName
{
background-color: #BDBE7C;
}
</style>
border-color css
<style>
span { border-color: #BDBE7C; }
span { border-color: rgb(189,190,124); }
td.TdClassName
{
border-color: #BDBE7C;
}
.TagClassName
{
border-color: #BDBE7C;
}
</style>