Shades of Pine Glade #B4BE71
Tints of Pine Glade #B4BE71
RGB
CMYK
RGB Variations
Color information
#B4BE71 (or 0xB4BE71) is known color: Pine Glade. HEX triplet: B4, BE and 71. RGB value is (180,190,113). Sum of RGB (Red+Green+Blue) = 180+190+113=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE71 is #4B418E. Grayscale: #B2B2B2. Windows color (decimal): -4931983 or 7454388. OLE color: 7454388.
HSL color Cylindrical-coordinate representation of color #B4BE71: hue angle of 67.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4BE71 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 113 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.25 |
| HSL | 67.79º | 0.37% | 0.59% | - |
| HSV(B) | 67.79º | 0.41% | 0.75% | - |
| XYZ | 40.22 | 47.72 | 22.71 | - |
| YUV | 178.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 113 | 0.05 | 0 | 0.41 | 0.25 | 67.79 | 0.37 | 0.59 |
| Hex | B4 | BE | 71 | 5 | 0 | 29 | 19 | 44 | 25 | 3B |
| Octal | 264 | 276 | 161 | 5 | 0 | 51 | 31 | 104 | 45 | 73 |
| Binary | 10110100 | 10111110 | 1110001 | 101 | 0 | 101001 | 11001 | 1000100 | 100101 | 111011 |
Color Harmonies of #B4BE71
Complementary color
Monochromatic Colors of #B4BE71
Black with #B4BE71
Text Example
Text Example
White with #B4BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE71; }
p { color: rgb(180,190,113); }
H1.HeaderClassName
{
color: #B4BE71;
}
.AnyTagClassName
{
color: #B4BE71;
}
</style>
background-color css
<style>
a { background-color: #B4BE71; }
a { background-color: rgb(180,190,113); }
div.DivClassName
{
background-color: #B4BE71;
}
.BgClassName
{
background-color: #B4BE71;
}
</style>
border-color css
<style>
span { border-color: #B4BE71; }
span { border-color: rgb(180,190,113); }
td.TdClassName
{
border-color: #B4BE71;
}
.TagClassName
{
border-color: #B4BE71;
}
</style>