Shades of Pine Glade #B4BC74
Tints of Pine Glade #B4BC74
RGB
CMYK
RGB Variations
Color information
#B4BC74 (or 0xB4BC74) is known color: Pine Glade. HEX triplet: B4, BC and 74. RGB value is (180,188,116). Sum of RGB (Red+Green+Blue) = 180+188+116=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC74 is #4B438B. Grayscale: #B1B1B1. Windows color (decimal): -4932492 or 7650484. OLE color: 7650484.
HSL color Cylindrical-coordinate representation of color #B4BC74: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4BC74 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 116 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.26 |
| HSL | 66.67º | 0.35% | 0.6% | - |
| HSV(B) | 66.67º | 0.38% | 0.74% | - |
| XYZ | 39.96 | 46.93 | 23.48 | - |
| YUV | 177.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 116 | 0.04 | 0 | 0.38 | 0.26 | 66.67 | 0.35 | 0.6 |
| Hex | B4 | BC | 74 | 4 | 0 | 26 | 1A | 43 | 23 | 3C |
| Octal | 264 | 274 | 164 | 4 | 0 | 46 | 32 | 103 | 43 | 74 |
| Binary | 10110100 | 10111100 | 1110100 | 100 | 0 | 100110 | 11010 | 1000011 | 100011 | 111100 |
Color Harmonies of #B4BC74
Complementary color
Monochromatic Colors of #B4BC74
Black with #B4BC74
Text Example
Text Example
White with #B4BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC74; }
p { color: rgb(180,188,116); }
H1.HeaderClassName
{
color: #B4BC74;
}
.AnyTagClassName
{
color: #B4BC74;
}
</style>
background-color css
<style>
a { background-color: #B4BC74; }
a { background-color: rgb(180,188,116); }
div.DivClassName
{
background-color: #B4BC74;
}
.BgClassName
{
background-color: #B4BC74;
}
</style>
border-color css
<style>
span { border-color: #B4BC74; }
span { border-color: rgb(180,188,116); }
td.TdClassName
{
border-color: #B4BC74;
}
.TagClassName
{
border-color: #B4BC74;
}
</style>