Shades of Pine Glade #BDBC7E
Tints of Pine Glade #BDBC7E
RGB
CMYK
RGB Variations
Color information
#BDBC7E (or 0xBDBC7E) is known color: Pine Glade. HEX triplet: BD, BC and 7E. RGB value is (189,188,126). Sum of RGB (Red+Green+Blue) = 189+188+126=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7E is #424381. Grayscale: #B5B5B5. Windows color (decimal): -4342658 or 8305853. OLE color: 8305853.
HSL color Cylindrical-coordinate representation of color #BDBC7E: hue angle of 59.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBC7E is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 126 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.26 |
| HSL | 59.05º | 0.32% | 0.62% | - |
| HSV(B) | 59.05º | 0.33% | 0.74% | - |
| XYZ | 42.74 | 48.29 | 26.81 | - |
| YUV | 181.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 126 | 0 | 0.01 | 0.33 | 0.26 | 59.05 | 0.32 | 0.62 |
| Hex | BD | BC | 7E | 0 | 1 | 21 | 1A | 3B | 20 | 3E |
| Octal | 275 | 274 | 176 | 0 | 1 | 41 | 32 | 73 | 40 | 76 |
| Binary | 10111101 | 10111100 | 1111110 | 0 | 1 | 100001 | 11010 | 111011 | 100000 | 111110 |
Color Harmonies of #BDBC7E
Complementary color
Monochromatic Colors of #BDBC7E
Black with #BDBC7E
Text Example
Text Example
White with #BDBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC7E; }
p { color: rgb(189,188,126); }
H1.HeaderClassName
{
color: #BDBC7E;
}
.AnyTagClassName
{
color: #BDBC7E;
}
</style>
background-color css
<style>
a { background-color: #BDBC7E; }
a { background-color: rgb(189,188,126); }
div.DivClassName
{
background-color: #BDBC7E;
}
.BgClassName
{
background-color: #BDBC7E;
}
</style>
border-color css
<style>
span { border-color: #BDBC7E; }
span { border-color: rgb(189,188,126); }
td.TdClassName
{
border-color: #BDBC7E;
}
.TagClassName
{
border-color: #BDBC7E;
}
</style>