Shades of Pine Glade #BDBC7D
Tints of Pine Glade #BDBC7D
RGB
CMYK
RGB Variations
Color information
#BDBC7D (or 0xBDBC7D) is known color: Pine Glade. HEX triplet: BD, BC and 7D. RGB value is (189,188,125). Sum of RGB (Red+Green+Blue) = 189+188+125=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7D is #424382. Grayscale: #B5B5B5. Windows color (decimal): -4342659 or 8240317. OLE color: 8240317.
HSL color Cylindrical-coordinate representation of color #BDBC7D: hue angle of 59.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDBC7D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 125 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.26 |
| HSL | 59.06º | 0.33% | 0.62% | - |
| HSV(B) | 59.06º | 0.34% | 0.74% | - |
| XYZ | 42.67 | 48.27 | 26.47 | - |
| YUV | 181.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 125 | 0 | 0.01 | 0.34 | 0.26 | 59.06 | 0.33 | 0.62 |
| Hex | BD | BC | 7D | 0 | 1 | 22 | 1A | 3B | 21 | 3E |
| Octal | 275 | 274 | 175 | 0 | 1 | 42 | 32 | 73 | 41 | 76 |
| Binary | 10111101 | 10111100 | 1111101 | 0 | 1 | 100010 | 11010 | 111011 | 100001 | 111110 |
Color Harmonies of #BDBC7D
Complementary color
Monochromatic Colors of #BDBC7D
Black with #BDBC7D
Text Example
Text Example
White with #BDBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC7D; }
p { color: rgb(189,188,125); }
H1.HeaderClassName
{
color: #BDBC7D;
}
.AnyTagClassName
{
color: #BDBC7D;
}
</style>
background-color css
<style>
a { background-color: #BDBC7D; }
a { background-color: rgb(189,188,125); }
div.DivClassName
{
background-color: #BDBC7D;
}
.BgClassName
{
background-color: #BDBC7D;
}
</style>
border-color css
<style>
span { border-color: #BDBC7D; }
span { border-color: rgb(189,188,125); }
td.TdClassName
{
border-color: #BDBC7D;
}
.TagClassName
{
border-color: #BDBC7D;
}
</style>