Shades of Pine Glade #B4BD7B
Tints of Pine Glade #B4BD7B
RGB
CMYK
RGB Variations
Color information
#B4BD7B (or 0xB4BD7B) is known color: Pine Glade. HEX triplet: B4, BD and 7B. RGB value is (180,189,123). Sum of RGB (Red+Green+Blue) = 180+189+123=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD7B is #4B4284. Grayscale: #B3B3B3. Windows color (decimal): -4932229 or 8109492. OLE color: 8109492.
HSL color Cylindrical-coordinate representation of color #B4BD7B: hue angle of 68.18º 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 #B4BD7B is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 123 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.26 |
| HSL | 68.18º | 0.33% | 0.61% | - |
| HSV(B) | 68.18º | 0.35% | 0.74% | - |
| XYZ | 40.6 | 47.53 | 25.77 | - |
| YUV | 178.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 123 | 0.05 | 0 | 0.35 | 0.26 | 68.18 | 0.33 | 0.61 |
| Hex | B4 | BD | 7B | 5 | 0 | 23 | 1A | 44 | 21 | 3D |
| Octal | 264 | 275 | 173 | 5 | 0 | 43 | 32 | 104 | 41 | 75 |
| Binary | 10110100 | 10111101 | 1111011 | 101 | 0 | 100011 | 11010 | 1000100 | 100001 | 111101 |
Color Harmonies of #B4BD7B
Complementary color
Monochromatic Colors of #B4BD7B
Black with #B4BD7B
Text Example
Text Example
White with #B4BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD7B; }
p { color: rgb(180,189,123); }
H1.HeaderClassName
{
color: #B4BD7B;
}
.AnyTagClassName
{
color: #B4BD7B;
}
</style>
background-color css
<style>
a { background-color: #B4BD7B; }
a { background-color: rgb(180,189,123); }
div.DivClassName
{
background-color: #B4BD7B;
}
.BgClassName
{
background-color: #B4BD7B;
}
</style>
border-color css
<style>
span { border-color: #B4BD7B; }
span { border-color: rgb(180,189,123); }
td.TdClassName
{
border-color: #B4BD7B;
}
.TagClassName
{
border-color: #B4BD7B;
}
</style>