Shades of Pine Glade #B4BD78
Tints of Pine Glade #B4BD78
RGB
CMYK
RGB Variations
Color information
#B4BD78 (or 0xB4BD78) is known color: Pine Glade. HEX triplet: B4, BD and 78. RGB value is (180,189,120). Sum of RGB (Red+Green+Blue) = 180+189+120=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD78 is #4B4287. Grayscale: #B2B2B2. Windows color (decimal): -4932232 or 7912884. OLE color: 7912884.
HSL color Cylindrical-coordinate representation of color #B4BD78: hue angle of 67.83º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4BD78 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 120 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.26 |
| HSL | 67.83º | 0.34% | 0.61% | - |
| HSV(B) | 67.83º | 0.37% | 0.74% | - |
| XYZ | 40.41 | 47.45 | 24.8 | - |
| YUV | 178.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 120 | 0.05 | 0 | 0.37 | 0.26 | 67.83 | 0.34 | 0.61 |
| Hex | B4 | BD | 78 | 5 | 0 | 25 | 1A | 44 | 22 | 3D |
| Octal | 264 | 275 | 170 | 5 | 0 | 45 | 32 | 104 | 42 | 75 |
| Binary | 10110100 | 10111101 | 1111000 | 101 | 0 | 100101 | 11010 | 1000100 | 100010 | 111101 |
Color Harmonies of #B4BD78
Complementary color
Monochromatic Colors of #B4BD78
Black with #B4BD78
Text Example
Text Example
White with #B4BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD78; }
p { color: rgb(180,189,120); }
H1.HeaderClassName
{
color: #B4BD78;
}
.AnyTagClassName
{
color: #B4BD78;
}
</style>
background-color css
<style>
a { background-color: #B4BD78; }
a { background-color: rgb(180,189,120); }
div.DivClassName
{
background-color: #B4BD78;
}
.BgClassName
{
background-color: #B4BD78;
}
</style>
border-color css
<style>
span { border-color: #B4BD78; }
span { border-color: rgb(180,189,120); }
td.TdClassName
{
border-color: #B4BD78;
}
.TagClassName
{
border-color: #B4BD78;
}
</style>