Shades of Pine Glade #BDBE80
Tints of Pine Glade #BDBE80
RGB
CMYK
RGB Variations
Color information
#BDBE80 (or 0xBDBE80) is known color: Pine Glade. HEX triplet: BD, BE and 80. RGB value is (189,190,128). Sum of RGB (Red+Green+Blue) = 189+190+128=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE80 is #42417F. Grayscale: #B6B6B6. Windows color (decimal): -4342144 or 8437437. OLE color: 8437437.
HSL color Cylindrical-coordinate representation of color #BDBE80: hue angle of 60.97º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBE80 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 128 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.25 |
| HSL | 60.97º | 0.32% | 0.62% | - |
| HSV(B) | 60.97º | 0.33% | 0.75% | - |
| XYZ | 43.3 | 49.2 | 27.64 | - |
| YUV | 182.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 128 | 0.01 | 0 | 0.33 | 0.25 | 60.97 | 0.32 | 0.62 |
| Hex | BD | BE | 80 | 1 | 0 | 21 | 19 | 3D | 20 | 3E |
| Octal | 275 | 276 | 200 | 1 | 0 | 41 | 31 | 75 | 40 | 76 |
| Binary | 10111101 | 10111110 | 10000000 | 1 | 0 | 100001 | 11001 | 111101 | 100000 | 111110 |
Color Harmonies of #BDBE80
Complementary color
Monochromatic Colors of #BDBE80
Black with #BDBE80
Text Example
Text Example
White with #BDBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE80; }
p { color: rgb(189,190,128); }
H1.HeaderClassName
{
color: #BDBE80;
}
.AnyTagClassName
{
color: #BDBE80;
}
</style>
background-color css
<style>
a { background-color: #BDBE80; }
a { background-color: rgb(189,190,128); }
div.DivClassName
{
background-color: #BDBE80;
}
.BgClassName
{
background-color: #BDBE80;
}
</style>
border-color css
<style>
span { border-color: #BDBE80; }
span { border-color: rgb(189,190,128); }
td.TdClassName
{
border-color: #BDBE80;
}
.TagClassName
{
border-color: #BDBE80;
}
</style>