Shades of Pine Glade #BCC173
Tints of Pine Glade #BCC173
RGB
CMYK
RGB Variations
Color information
#BCC173 (or 0xBCC173) is known color: Pine Glade. HEX triplet: BC, C1 and 73. RGB value is (188,193,115). Sum of RGB (Red+Green+Blue) = 188+193+115=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC173 is #433E8C. Grayscale: #B6B6B6. Windows color (decimal): -4406925 or 7586236. OLE color: 7586236.
HSL color Cylindrical-coordinate representation of color #BCC173: hue angle of 63.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC173 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 115 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.24 |
| HSL | 63.85º | 0.39% | 0.6% | - |
| HSV(B) | 63.85º | 0.4% | 0.76% | - |
| XYZ | 42.9 | 50.07 | 23.62 | - |
| YUV | 182.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 115 | 0.03 | 0 | 0.40 | 0.24 | 63.85 | 0.39 | 0.6 |
| Hex | BC | C1 | 73 | 3 | 0 | 28 | 18 | 40 | 27 | 3C |
| Octal | 274 | 301 | 163 | 3 | 0 | 50 | 30 | 100 | 47 | 74 |
| Binary | 10111100 | 11000001 | 1110011 | 11 | 0 | 101000 | 11000 | 1000000 | 100111 | 111100 |
Color Harmonies of #BCC173
Complementary color
Monochromatic Colors of #BCC173
Black with #BCC173
Text Example
Text Example
White with #BCC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC173; }
p { color: rgb(188,193,115); }
H1.HeaderClassName
{
color: #BCC173;
}
.AnyTagClassName
{
color: #BCC173;
}
</style>
background-color css
<style>
a { background-color: #BCC173; }
a { background-color: rgb(188,193,115); }
div.DivClassName
{
background-color: #BCC173;
}
.BgClassName
{
background-color: #BCC173;
}
</style>
border-color css
<style>
span { border-color: #BCC173; }
span { border-color: rgb(188,193,115); }
td.TdClassName
{
border-color: #BCC173;
}
.TagClassName
{
border-color: #BCC173;
}
</style>