Shades of Pine Glade #BDBF80
Tints of Pine Glade #BDBF80
RGB
CMYK
RGB Variations
Color information
#BDBF80 (or 0xBDBF80) is known color: Pine Glade. HEX triplet: BD, BF and 80. RGB value is (189,191,128). Sum of RGB (Red+Green+Blue) = 189+191+128=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF80 is #42407F. Grayscale: #B7B7B7. Windows color (decimal): -4341888 or 8437693. OLE color: 8437693.
HSL color Cylindrical-coordinate representation of color #BDBF80: hue angle of 61.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBF80 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 128 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.25 |
| HSL | 61.9º | 0.33% | 0.63% | - |
| HSV(B) | 61.9º | 0.33% | 0.75% | - |
| XYZ | 43.51 | 49.64 | 27.71 | - |
| YUV | 183.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 128 | 0.01 | 0 | 0.33 | 0.25 | 61.9 | 0.33 | 0.63 |
| Hex | BD | BF | 80 | 1 | 0 | 21 | 19 | 3E | 21 | 3F |
| Octal | 275 | 277 | 200 | 1 | 0 | 41 | 31 | 76 | 41 | 77 |
| Binary | 10111101 | 10111111 | 10000000 | 1 | 0 | 100001 | 11001 | 111110 | 100001 | 111111 |
Color Harmonies of #BDBF80
Complementary color
Monochromatic Colors of #BDBF80
Black with #BDBF80
Text Example
Text Example
White with #BDBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF80; }
p { color: rgb(189,191,128); }
H1.HeaderClassName
{
color: #BDBF80;
}
.AnyTagClassName
{
color: #BDBF80;
}
</style>
background-color css
<style>
a { background-color: #BDBF80; }
a { background-color: rgb(189,191,128); }
div.DivClassName
{
background-color: #BDBF80;
}
.BgClassName
{
background-color: #BDBF80;
}
</style>
border-color css
<style>
span { border-color: #BDBF80; }
span { border-color: rgb(189,191,128); }
td.TdClassName
{
border-color: #BDBF80;
}
.TagClassName
{
border-color: #BDBF80;
}
</style>