Shades of Pine Glade #B6C078
Tints of Pine Glade #B6C078
RGB
CMYK
RGB Variations
Color information
#B6C078 (or 0xB6C078) is known color: Pine Glade. HEX triplet: B6, C0 and 78. RGB value is (182,192,120). Sum of RGB (Red+Green+Blue) = 182+192+120=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C078 is #493F87. Grayscale: #B5B5B5. Windows color (decimal): -4800392 or 7913654. OLE color: 7913654.
HSL color Cylindrical-coordinate representation of color #B6C078: hue angle of 68.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6C078 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 120 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.25 |
| HSL | 68.33º | 0.36% | 0.61% | - |
| HSV(B) | 68.33º | 0.38% | 0.75% | - |
| XYZ | 41.53 | 49 | 25.04 | - |
| YUV | 180.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 120 | 0.05 | 0 | 0.38 | 0.25 | 68.33 | 0.36 | 0.61 |
| Hex | B6 | C0 | 78 | 5 | 0 | 26 | 19 | 44 | 24 | 3D |
| Octal | 266 | 300 | 170 | 5 | 0 | 46 | 31 | 104 | 44 | 75 |
| Binary | 10110110 | 11000000 | 1111000 | 101 | 0 | 100110 | 11001 | 1000100 | 100100 | 111101 |
Color Harmonies of #B6C078
Complementary color
Monochromatic Colors of #B6C078
Black with #B6C078
Text Example
Text Example
White with #B6C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C078; }
p { color: rgb(182,192,120); }
H1.HeaderClassName
{
color: #B6C078;
}
.AnyTagClassName
{
color: #B6C078;
}
</style>
background-color css
<style>
a { background-color: #B6C078; }
a { background-color: rgb(182,192,120); }
div.DivClassName
{
background-color: #B6C078;
}
.BgClassName
{
background-color: #B6C078;
}
</style>
border-color css
<style>
span { border-color: #B6C078; }
span { border-color: rgb(182,192,120); }
td.TdClassName
{
border-color: #B6C078;
}
.TagClassName
{
border-color: #B6C078;
}
</style>