Shades of Pine Glade #B3BE78
Tints of Pine Glade #B3BE78
RGB
CMYK
RGB Variations
Color information
#B3BE78 (or 0xB3BE78) is known color: Pine Glade. HEX triplet: B3, BE and 78. RGB value is (179,190,120). Sum of RGB (Red+Green+Blue) = 179+190+120=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE78 is #4C4187. Grayscale: #B2B2B2. Windows color (decimal): -4997512 or 7913139. OLE color: 7913139.
HSL color Cylindrical-coordinate representation of color #B3BE78: hue angle of 69.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3BE78 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 120 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.25 |
| HSL | 69.43º | 0.35% | 0.61% | - |
| HSV(B) | 69.43º | 0.37% | 0.75% | - |
| XYZ | 40.39 | 47.77 | 24.86 | - |
| YUV | 178.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 120 | 0.06 | 0 | 0.37 | 0.25 | 69.43 | 0.35 | 0.61 |
| Hex | B3 | BE | 78 | 6 | 0 | 25 | 19 | 45 | 23 | 3D |
| Octal | 263 | 276 | 170 | 6 | 0 | 45 | 31 | 105 | 43 | 75 |
| Binary | 10110011 | 10111110 | 1111000 | 110 | 0 | 100101 | 11001 | 1000101 | 100011 | 111101 |
Color Harmonies of #B3BE78
Complementary color
Monochromatic Colors of #B3BE78
Black with #B3BE78
Text Example
Text Example
White with #B3BE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BE78; }
p { color: rgb(179,190,120); }
H1.HeaderClassName
{
color: #B3BE78;
}
.AnyTagClassName
{
color: #B3BE78;
}
</style>
background-color css
<style>
a { background-color: #B3BE78; }
a { background-color: rgb(179,190,120); }
div.DivClassName
{
background-color: #B3BE78;
}
.BgClassName
{
background-color: #B3BE78;
}
</style>
border-color css
<style>
span { border-color: #B3BE78; }
span { border-color: rgb(179,190,120); }
td.TdClassName
{
border-color: #B3BE78;
}
.TagClassName
{
border-color: #B3BE78;
}
</style>