Shades of Pine Glade #BCC174
Tints of Pine Glade #BCC174
RGB
CMYK
RGB Variations
Color information
#BCC174 (or 0xBCC174) is known color: Pine Glade. HEX triplet: BC, C1 and 74. RGB value is (188,193,116). Sum of RGB (Red+Green+Blue) = 188+193+116=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC174 is #433E8B. Grayscale: #B7B7B7. Windows color (decimal): -4406924 or 7651772. OLE color: 7651772.
HSL color Cylindrical-coordinate representation of color #BCC174: hue angle of 63.9º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC174 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 116 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.24 |
| HSL | 63.9º | 0.38% | 0.61% | - |
| HSV(B) | 63.9º | 0.4% | 0.76% | - |
| XYZ | 42.96 | 50.09 | 23.93 | - |
| YUV | 182.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 116 | 0.03 | 0 | 0.40 | 0.24 | 63.9 | 0.38 | 0.61 |
| Hex | BC | C1 | 74 | 3 | 0 | 28 | 18 | 40 | 26 | 3D |
| Octal | 274 | 301 | 164 | 3 | 0 | 50 | 30 | 100 | 46 | 75 |
| Binary | 10111100 | 11000001 | 1110100 | 11 | 0 | 101000 | 11000 | 1000000 | 100110 | 111101 |
Color Harmonies of #BCC174
Complementary color
Monochromatic Colors of #BCC174
Black with #BCC174
Text Example
Text Example
White with #BCC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC174; }
p { color: rgb(188,193,116); }
H1.HeaderClassName
{
color: #BCC174;
}
.AnyTagClassName
{
color: #BCC174;
}
</style>
background-color css
<style>
a { background-color: #BCC174; }
a { background-color: rgb(188,193,116); }
div.DivClassName
{
background-color: #BCC174;
}
.BgClassName
{
background-color: #BCC174;
}
</style>
border-color css
<style>
span { border-color: #BCC174; }
span { border-color: rgb(188,193,116); }
td.TdClassName
{
border-color: #BCC174;
}
.TagClassName
{
border-color: #BCC174;
}
</style>