Shades of Pine Glade #BDBC81
Tints of Pine Glade #BDBC81
RGB
CMYK
RGB Variations
Color information
#BDBC81 (or 0xBDBC81) is known color: Pine Glade. HEX triplet: BD, BC and 81. RGB value is (189,188,129). Sum of RGB (Red+Green+Blue) = 189+188+129=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC81 is #42437E. Grayscale: #B5B5B5. Windows color (decimal): -4342655 or 8502461. OLE color: 8502461.
HSL color Cylindrical-coordinate representation of color #BDBC81: hue angle of 59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDBC81 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 129 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.26 |
| HSL | 59º | 0.31% | 0.62% | - |
| HSV(B) | 59º | 0.32% | 0.74% | - |
| XYZ | 42.93 | 48.37 | 27.84 | - |
| YUV | 181.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 129 | 0 | 0.01 | 0.32 | 0.26 | 59 | 0.31 | 0.62 |
| Hex | BD | BC | 81 | 0 | 1 | 20 | 1A | 3B | 1F | 3E |
| Octal | 275 | 274 | 201 | 0 | 1 | 40 | 32 | 73 | 37 | 76 |
| Binary | 10111101 | 10111100 | 10000001 | 0 | 1 | 100000 | 11010 | 111011 | 11111 | 111110 |
Color Harmonies of #BDBC81
Complementary color
Monochromatic Colors of #BDBC81
Black with #BDBC81
Text Example
Text Example
White with #BDBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC81; }
p { color: rgb(189,188,129); }
H1.HeaderClassName
{
color: #BDBC81;
}
.AnyTagClassName
{
color: #BDBC81;
}
</style>
background-color css
<style>
a { background-color: #BDBC81; }
a { background-color: rgb(189,188,129); }
div.DivClassName
{
background-color: #BDBC81;
}
.BgClassName
{
background-color: #BDBC81;
}
</style>
border-color css
<style>
span { border-color: #BDBC81; }
span { border-color: rgb(189,188,129); }
td.TdClassName
{
border-color: #BDBC81;
}
.TagClassName
{
border-color: #BDBC81;
}
</style>