Shades of Pine Glade #B6BF70
Tints of Pine Glade #B6BF70
RGB
CMYK
RGB Variations
Color information
#B6BF70 (or 0xB6BF70) is known color: Pine Glade. HEX triplet: B6, BF and 70. RGB value is (182,191,112). Sum of RGB (Red+Green+Blue) = 182+191+112=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF70 is #49408F. Grayscale: #B3B3B3. Windows color (decimal): -4800656 or 7389110. OLE color: 7389110.
HSL color Cylindrical-coordinate representation of color #B6BF70: hue angle of 66.84º degrees, saturation: 0.38, 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 #B6BF70 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 191 | 112 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.25 |
| HSL | 66.84º | 0.38% | 0.59% | - |
| HSV(B) | 66.84º | 0.41% | 0.75% | - |
| XYZ | 40.85 | 48.38 | 22.51 | - |
| YUV | 179.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 112 | 0.05 | 0 | 0.41 | 0.25 | 66.84 | 0.38 | 0.59 |
| Hex | B6 | BF | 70 | 5 | 0 | 29 | 19 | 43 | 26 | 3B |
| Octal | 266 | 277 | 160 | 5 | 0 | 51 | 31 | 103 | 46 | 73 |
| Binary | 10110110 | 10111111 | 1110000 | 101 | 0 | 101001 | 11001 | 1000011 | 100110 | 111011 |
Color Harmonies of #B6BF70
Complementary color
Monochromatic Colors of #B6BF70
Black with #B6BF70
Text Example
Text Example
White with #B6BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BF70; }
p { color: rgb(182,191,112); }
H1.HeaderClassName
{
color: #B6BF70;
}
.AnyTagClassName
{
color: #B6BF70;
}
</style>
background-color css
<style>
a { background-color: #B6BF70; }
a { background-color: rgb(182,191,112); }
div.DivClassName
{
background-color: #B6BF70;
}
.BgClassName
{
background-color: #B6BF70;
}
</style>
border-color css
<style>
span { border-color: #B6BF70; }
span { border-color: rgb(182,191,112); }
td.TdClassName
{
border-color: #B6BF70;
}
.TagClassName
{
border-color: #B6BF70;
}
</style>