Shades of Pine Glade #B8BE7B
Tints of Pine Glade #B8BE7B
RGB
CMYK
RGB Variations
Color information
#B8BE7B (or 0xB8BE7B) is known color: Pine Glade. HEX triplet: B8, BE and 7B. RGB value is (184,190,123). Sum of RGB (Red+Green+Blue) = 184+190+123=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE7B is #474184. Grayscale: #B4B4B4. Windows color (decimal): -4669829 or 8109752. OLE color: 8109752.
HSL color Cylindrical-coordinate representation of color #B8BE7B: hue angle of 65.37º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8BE7B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 123 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.25 |
| HSL | 65.37º | 0.34% | 0.61% | - |
| HSV(B) | 65.37º | 0.35% | 0.75% | - |
| XYZ | 41.76 | 48.45 | 25.89 | - |
| YUV | 180.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 123 | 0.03 | 0 | 0.35 | 0.25 | 65.37 | 0.34 | 0.61 |
| Hex | B8 | BE | 7B | 3 | 0 | 23 | 19 | 41 | 22 | 3D |
| Octal | 270 | 276 | 173 | 3 | 0 | 43 | 31 | 101 | 42 | 75 |
| Binary | 10111000 | 10111110 | 1111011 | 11 | 0 | 100011 | 11001 | 1000001 | 100010 | 111101 |
Color Harmonies of #B8BE7B
Complementary color
Monochromatic Colors of #B8BE7B
Black with #B8BE7B
Text Example
Text Example
White with #B8BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE7B; }
p { color: rgb(184,190,123); }
H1.HeaderClassName
{
color: #B8BE7B;
}
.AnyTagClassName
{
color: #B8BE7B;
}
</style>
background-color css
<style>
a { background-color: #B8BE7B; }
a { background-color: rgb(184,190,123); }
div.DivClassName
{
background-color: #B8BE7B;
}
.BgClassName
{
background-color: #B8BE7B;
}
</style>
border-color css
<style>
span { border-color: #B8BE7B; }
span { border-color: rgb(184,190,123); }
td.TdClassName
{
border-color: #B8BE7B;
}
.TagClassName
{
border-color: #B8BE7B;
}
</style>