Shades of Pine Glade #B8BC74
Tints of Pine Glade #B8BC74
RGB
CMYK
RGB Variations
Color information
#B8BC74 (or 0xB8BC74) is known color: Pine Glade. HEX triplet: B8, BC and 74. RGB value is (184,188,116). Sum of RGB (Red+Green+Blue) = 184+188+116=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC74 is #47438B. Grayscale: #B2B2B2. Windows color (decimal): -4670348 or 7650488. OLE color: 7650488.
HSL color Cylindrical-coordinate representation of color #B8BC74: hue angle of 63.33º 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 #B8BC74 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 116 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.26 |
| HSL | 63.33º | 0.35% | 0.6% | - |
| HSV(B) | 63.33º | 0.38% | 0.74% | - |
| XYZ | 40.9 | 47.42 | 23.52 | - |
| YUV | 178.6 | 92.67 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 116 | 0.02 | 0 | 0.38 | 0.26 | 63.33 | 0.35 | 0.6 |
| Hex | B8 | BC | 74 | 2 | 0 | 26 | 1A | 3F | 23 | 3C |
| Octal | 270 | 274 | 164 | 2 | 0 | 46 | 32 | 77 | 43 | 74 |
| Binary | 10111000 | 10111100 | 1110100 | 10 | 0 | 100110 | 11010 | 111111 | 100011 | 111100 |
Color Harmonies of #B8BC74
Complementary color
Monochromatic Colors of #B8BC74
Black with #B8BC74
Text Example
Text Example
White with #B8BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC74; }
p { color: rgb(184,188,116); }
H1.HeaderClassName
{
color: #B8BC74;
}
.AnyTagClassName
{
color: #B8BC74;
}
</style>
background-color css
<style>
a { background-color: #B8BC74; }
a { background-color: rgb(184,188,116); }
div.DivClassName
{
background-color: #B8BC74;
}
.BgClassName
{
background-color: #B8BC74;
}
</style>
border-color css
<style>
span { border-color: #B8BC74; }
span { border-color: rgb(184,188,116); }
td.TdClassName
{
border-color: #B8BC74;
}
.TagClassName
{
border-color: #B8BC74;
}
</style>