Shades of Pine Glade #BCC17B
Tints of Pine Glade #BCC17B
RGB
CMYK
RGB Variations
Color information
#BCC17B (or 0xBCC17B) is known color: Pine Glade. HEX triplet: BC, C1 and 7B. RGB value is (188,193,123). Sum of RGB (Red+Green+Blue) = 188+193+123=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC17B is #433E84. Grayscale: #B7B7B7. Windows color (decimal): -4406917 or 8110524. OLE color: 8110524.
HSL color Cylindrical-coordinate representation of color #BCC17B: hue angle of 64.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC17B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 123 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.24 |
| HSL | 64.29º | 0.36% | 0.62% | - |
| HSV(B) | 64.29º | 0.36% | 0.76% | - |
| XYZ | 43.38 | 50.26 | 26.15 | - |
| YUV | 183.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 123 | 0.03 | 0 | 0.36 | 0.24 | 64.29 | 0.36 | 0.62 |
| Hex | BC | C1 | 7B | 3 | 0 | 24 | 18 | 40 | 24 | 3E |
| Octal | 274 | 301 | 173 | 3 | 0 | 44 | 30 | 100 | 44 | 76 |
| Binary | 10111100 | 11000001 | 1111011 | 11 | 0 | 100100 | 11000 | 1000000 | 100100 | 111110 |
Color Harmonies of #BCC17B
Complementary color
Monochromatic Colors of #BCC17B
Black with #BCC17B
Text Example
Text Example
White with #BCC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC17B; }
p { color: rgb(188,193,123); }
H1.HeaderClassName
{
color: #BCC17B;
}
.AnyTagClassName
{
color: #BCC17B;
}
</style>
background-color css
<style>
a { background-color: #BCC17B; }
a { background-color: rgb(188,193,123); }
div.DivClassName
{
background-color: #BCC17B;
}
.BgClassName
{
background-color: #BCC17B;
}
</style>
border-color css
<style>
span { border-color: #BCC17B; }
span { border-color: rgb(188,193,123); }
td.TdClassName
{
border-color: #BCC17B;
}
.TagClassName
{
border-color: #BCC17B;
}
</style>