Shades of Pine Glade #B8BD72
Tints of Pine Glade #B8BD72
RGB
CMYK
RGB Variations
Color information
#B8BD72 (or 0xB8BD72) is known color: Pine Glade. HEX triplet: B8, BD and 72. RGB value is (184,189,114). Sum of RGB (Red+Green+Blue) = 184+189+114=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD72 is #47428D. Grayscale: #B3B3B3. Windows color (decimal): -4670094 or 7519672. OLE color: 7519672.
HSL color Cylindrical-coordinate representation of color #B8BD72: hue angle of 64º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8BD72 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 114 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.26 |
| HSL | 64º | 0.36% | 0.59% | - |
| HSV(B) | 64º | 0.4% | 0.74% | - |
| XYZ | 41 | 47.8 | 22.98 | - |
| YUV | 178.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 114 | 0.03 | 0 | 0.40 | 0.26 | 64 | 0.36 | 0.59 |
| Hex | B8 | BD | 72 | 3 | 0 | 28 | 1A | 40 | 24 | 3B |
| Octal | 270 | 275 | 162 | 3 | 0 | 50 | 32 | 100 | 44 | 73 |
| Binary | 10111000 | 10111101 | 1110010 | 11 | 0 | 101000 | 11010 | 1000000 | 100100 | 111011 |
Color Harmonies of #B8BD72
Complementary color
Monochromatic Colors of #B8BD72
Black with #B8BD72
Text Example
Text Example
White with #B8BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD72; }
p { color: rgb(184,189,114); }
H1.HeaderClassName
{
color: #B8BD72;
}
.AnyTagClassName
{
color: #B8BD72;
}
</style>
background-color css
<style>
a { background-color: #B8BD72; }
a { background-color: rgb(184,189,114); }
div.DivClassName
{
background-color: #B8BD72;
}
.BgClassName
{
background-color: #B8BD72;
}
</style>
border-color css
<style>
span { border-color: #B8BD72; }
span { border-color: rgb(184,189,114); }
td.TdClassName
{
border-color: #B8BD72;
}
.TagClassName
{
border-color: #B8BD72;
}
</style>