Shades of Pine Glade #B5BE81
Tints of Pine Glade #B5BE81
RGB
CMYK
RGB Variations
Color information
#B5BE81 (or 0xB5BE81) is known color: Pine Glade. HEX triplet: B5, BE and 81. RGB value is (181,190,129). Sum of RGB (Red+Green+Blue) = 181+190+129=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE81 is #4A417E. Grayscale: #B4B4B4. Windows color (decimal): -4866431 or 8502965. OLE color: 8502965.
HSL color Cylindrical-coordinate representation of color #B5BE81: hue angle of 68.85º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5BE81 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 129 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.25 |
| HSL | 68.85º | 0.32% | 0.63% | - |
| HSV(B) | 68.85º | 0.32% | 0.75% | - |
| XYZ | 41.43 | 48.24 | 27.9 | - |
| YUV | 180.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 129 | 0.05 | 0 | 0.32 | 0.25 | 68.85 | 0.32 | 0.63 |
| Hex | B5 | BE | 81 | 5 | 0 | 20 | 19 | 45 | 20 | 3F |
| Octal | 265 | 276 | 201 | 5 | 0 | 40 | 31 | 105 | 40 | 77 |
| Binary | 10110101 | 10111110 | 10000001 | 101 | 0 | 100000 | 11001 | 1000101 | 100000 | 111111 |
Color Harmonies of #B5BE81
Complementary color
Monochromatic Colors of #B5BE81
Black with #B5BE81
Text Example
Text Example
White with #B5BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE81; }
p { color: rgb(181,190,129); }
H1.HeaderClassName
{
color: #B5BE81;
}
.AnyTagClassName
{
color: #B5BE81;
}
</style>
background-color css
<style>
a { background-color: #B5BE81; }
a { background-color: rgb(181,190,129); }
div.DivClassName
{
background-color: #B5BE81;
}
.BgClassName
{
background-color: #B5BE81;
}
</style>
border-color css
<style>
span { border-color: #B5BE81; }
span { border-color: rgb(181,190,129); }
td.TdClassName
{
border-color: #B5BE81;
}
.TagClassName
{
border-color: #B5BE81;
}
</style>