Shades of Pine Glade #B2B878
Tints of Pine Glade #B2B878
RGB
CMYK
RGB Variations
Color information
#B2B878 (or 0xB2B878) is known color: Pine Glade. HEX triplet: B2, B8 and 78. RGB value is (178,184,120). Sum of RGB (Red+Green+Blue) = 178+184+120=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B878 is #4D4787. Grayscale: #AFAFAF. Windows color (decimal): -5064584 or 7911602. OLE color: 7911602.
HSL color Cylindrical-coordinate representation of color #B2B878: hue angle of 65.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2B878 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 120 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.28 |
| HSL | 65.63º | 0.31% | 0.6% | - |
| HSV(B) | 65.63º | 0.35% | 0.72% | - |
| XYZ | 38.89 | 45.1 | 24.43 | - |
| YUV | 174.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 120 | 0.03 | 0 | 0.35 | 0.28 | 65.63 | 0.31 | 0.6 |
| Hex | B2 | B8 | 78 | 3 | 0 | 23 | 1C | 42 | 1F | 3C |
| Octal | 262 | 270 | 170 | 3 | 0 | 43 | 34 | 102 | 37 | 74 |
| Binary | 10110010 | 10111000 | 1111000 | 11 | 0 | 100011 | 11100 | 1000010 | 11111 | 111100 |
Color Harmonies of #B2B878
Complementary color
Monochromatic Colors of #B2B878
Black with #B2B878
Text Example
Text Example
White with #B2B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B878; }
p { color: rgb(178,184,120); }
H1.HeaderClassName
{
color: #B2B878;
}
.AnyTagClassName
{
color: #B2B878;
}
</style>
background-color css
<style>
a { background-color: #B2B878; }
a { background-color: rgb(178,184,120); }
div.DivClassName
{
background-color: #B2B878;
}
.BgClassName
{
background-color: #B2B878;
}
</style>
border-color css
<style>
span { border-color: #B2B878; }
span { border-color: rgb(178,184,120); }
td.TdClassName
{
border-color: #B2B878;
}
.TagClassName
{
border-color: #B2B878;
}
</style>