Shades of Pine Glade #B6BF71
Tints of Pine Glade #B6BF71
RGB
CMYK
RGB Variations
Color information
#B6BF71 (or 0xB6BF71) is known color: Pine Glade. HEX triplet: B6, BF and 71. RGB value is (182,191,113). Sum of RGB (Red+Green+Blue) = 182+191+113=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF71 is #49408E. Grayscale: #B3B3B3. Windows color (decimal): -4800655 or 7454646. OLE color: 7454646.
HSL color Cylindrical-coordinate representation of color #B6BF71: hue angle of 66.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6BF71 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 191 | 113 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.25 |
| HSL | 66.92º | 0.38% | 0.6% | - |
| HSV(B) | 66.92º | 0.41% | 0.75% | - |
| XYZ | 40.9 | 48.4 | 22.81 | - |
| YUV | 179.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 113 | 0.05 | 0 | 0.41 | 0.25 | 66.92 | 0.38 | 0.6 |
| Hex | B6 | BF | 71 | 5 | 0 | 29 | 19 | 43 | 26 | 3C |
| Octal | 266 | 277 | 161 | 5 | 0 | 51 | 31 | 103 | 46 | 74 |
| Binary | 10110110 | 10111111 | 1110001 | 101 | 0 | 101001 | 11001 | 1000011 | 100110 | 111100 |
Color Harmonies of #B6BF71
Complementary color
Monochromatic Colors of #B6BF71
Black with #B6BF71
Text Example
Text Example
White with #B6BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BF71; }
p { color: rgb(182,191,113); }
H1.HeaderClassName
{
color: #B6BF71;
}
.AnyTagClassName
{
color: #B6BF71;
}
</style>
background-color css
<style>
a { background-color: #B6BF71; }
a { background-color: rgb(182,191,113); }
div.DivClassName
{
background-color: #B6BF71;
}
.BgClassName
{
background-color: #B6BF71;
}
</style>
border-color css
<style>
span { border-color: #B6BF71; }
span { border-color: rgb(182,191,113); }
td.TdClassName
{
border-color: #B6BF71;
}
.TagClassName
{
border-color: #B6BF71;
}
</style>