Shades of Pine Glade #BDBE81
Tints of Pine Glade #BDBE81
RGB
CMYK
RGB Variations
Color information
#BDBE81 (or 0xBDBE81) is known color: Pine Glade. HEX triplet: BD, BE and 81. RGB value is (189,190,129). Sum of RGB (Red+Green+Blue) = 189+190+129=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE81 is #42417E. Grayscale: #B6B6B6. Windows color (decimal): -4342143 or 8502973. OLE color: 8502973.
HSL color Cylindrical-coordinate representation of color #BDBE81: hue angle of 60.98º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDBE81 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 129 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.25 |
| HSL | 60.98º | 0.32% | 0.63% | - |
| HSV(B) | 60.98º | 0.32% | 0.75% | - |
| XYZ | 43.36 | 49.23 | 27.99 | - |
| YUV | 182.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 129 | 0.01 | 0 | 0.32 | 0.25 | 60.98 | 0.32 | 0.63 |
| Hex | BD | BE | 81 | 1 | 0 | 20 | 19 | 3D | 20 | 3F |
| Octal | 275 | 276 | 201 | 1 | 0 | 40 | 31 | 75 | 40 | 77 |
| Binary | 10111101 | 10111110 | 10000001 | 1 | 0 | 100000 | 11001 | 111101 | 100000 | 111111 |
Color Harmonies of #BDBE81
Complementary color
Monochromatic Colors of #BDBE81
Black with #BDBE81
Text Example
Text Example
White with #BDBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE81; }
p { color: rgb(189,190,129); }
H1.HeaderClassName
{
color: #BDBE81;
}
.AnyTagClassName
{
color: #BDBE81;
}
</style>
background-color css
<style>
a { background-color: #BDBE81; }
a { background-color: rgb(189,190,129); }
div.DivClassName
{
background-color: #BDBE81;
}
.BgClassName
{
background-color: #BDBE81;
}
</style>
border-color css
<style>
span { border-color: #BDBE81; }
span { border-color: rgb(189,190,129); }
td.TdClassName
{
border-color: #BDBE81;
}
.TagClassName
{
border-color: #BDBE81;
}
</style>