Shades of Pine Glade #BDB77B
Tints of Pine Glade #BDB77B
RGB
CMYK
RGB Variations
Color information
#BDB77B (or 0xBDB77B) is known color: Pine Glade. HEX triplet: BD, B7 and 7B. RGB value is (189,183,123). Sum of RGB (Red+Green+Blue) = 189+183+123=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77B is #424884. Grayscale: #B2B2B2. Windows color (decimal): -4343941 or 8107965. OLE color: 8107965.
HSL color Cylindrical-coordinate representation of color #BDB77B: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB77B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 123 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.26 |
| HSL | 54.55º | 0.33% | 0.61% | - |
| HSV(B) | 54.55º | 0.35% | 0.74% | - |
| XYZ | 41.49 | 46.12 | 25.45 | - |
| YUV | 177.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 123 | 0 | 0.03 | 0.35 | 0.26 | 54.55 | 0.33 | 0.61 |
| Hex | BD | B7 | 7B | 0 | 3 | 23 | 1A | 37 | 21 | 3D |
| Octal | 275 | 267 | 173 | 0 | 3 | 43 | 32 | 67 | 41 | 75 |
| Binary | 10111101 | 10110111 | 1111011 | 0 | 11 | 100011 | 11010 | 110111 | 100001 | 111101 |
Color Harmonies of #BDB77B
Complementary color
Monochromatic Colors of #BDB77B
Black with #BDB77B
Text Example
Text Example
White with #BDB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB77B; }
p { color: rgb(189,183,123); }
H1.HeaderClassName
{
color: #BDB77B;
}
.AnyTagClassName
{
color: #BDB77B;
}
</style>
background-color css
<style>
a { background-color: #BDB77B; }
a { background-color: rgb(189,183,123); }
div.DivClassName
{
background-color: #BDB77B;
}
.BgClassName
{
background-color: #BDB77B;
}
</style>
border-color css
<style>
span { border-color: #BDB77B; }
span { border-color: rgb(189,183,123); }
td.TdClassName
{
border-color: #BDB77B;
}
.TagClassName
{
border-color: #BDB77B;
}
</style>