Shades of Pine Glade #B6BE81
Tints of Pine Glade #B6BE81
RGB
CMYK
RGB Variations
Color information
#B6BE81 (or 0xB6BE81) is known color: Pine Glade. HEX triplet: B6, BE and 81. RGB value is (182,190,129). Sum of RGB (Red+Green+Blue) = 182+190+129=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BE81 is #49417E. Grayscale: #B4B4B4. Windows color (decimal): -4800895 or 8502966. OLE color: 8502966.
HSL color Cylindrical-coordinate representation of color #B6BE81: hue angle of 67.87º 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 #B6BE81 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 190 | 129 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.25 |
| HSL | 67.87º | 0.32% | 0.63% | - |
| HSV(B) | 67.87º | 0.32% | 0.75% | - |
| XYZ | 41.67 | 48.36 | 27.91 | - |
| YUV | 180.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 190 | 129 | 0.04 | 0 | 0.32 | 0.25 | 67.87 | 0.32 | 0.63 |
| Hex | B6 | BE | 81 | 4 | 0 | 20 | 19 | 44 | 20 | 3F |
| Octal | 266 | 276 | 201 | 4 | 0 | 40 | 31 | 104 | 40 | 77 |
| Binary | 10110110 | 10111110 | 10000001 | 100 | 0 | 100000 | 11001 | 1000100 | 100000 | 111111 |
Color Harmonies of #B6BE81
Complementary color
Monochromatic Colors of #B6BE81
Black with #B6BE81
Text Example
Text Example
White with #B6BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BE81; }
p { color: rgb(182,190,129); }
H1.HeaderClassName
{
color: #B6BE81;
}
.AnyTagClassName
{
color: #B6BE81;
}
</style>
background-color css
<style>
a { background-color: #B6BE81; }
a { background-color: rgb(182,190,129); }
div.DivClassName
{
background-color: #B6BE81;
}
.BgClassName
{
background-color: #B6BE81;
}
</style>
border-color css
<style>
span { border-color: #B6BE81; }
span { border-color: rgb(182,190,129); }
td.TdClassName
{
border-color: #B6BE81;
}
.TagClassName
{
border-color: #B6BE81;
}
</style>