Shades of Pine Glade #BCD075
Tints of Pine Glade #BCD075
RGB
CMYK
RGB Variations
Color information
#BCD075 (or 0xBCD075) is known color: Pine Glade. HEX triplet: BC, D0 and 75. RGB value is (188,208,117). Sum of RGB (Red+Green+Blue) = 188+208+117=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD075 is #432F8A. Grayscale: #BFBFBF. Windows color (decimal): -4403083 or 7721148. OLE color: 7721148.
HSL color Cylindrical-coordinate representation of color #BCD075: hue angle of 73.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD075 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 117 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.18 |
| HSL | 73.19º | 0.49% | 0.64% | - |
| HSV(B) | 73.19º | 0.44% | 0.82% | - |
| XYZ | 46.51 | 57.09 | 25.4 | - |
| YUV | 191.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 117 | 0.10 | 0 | 0.44 | 0.18 | 73.19 | 0.49 | 0.64 |
| Hex | BC | D0 | 75 | A | 0 | 2C | 12 | 49 | 31 | 40 |
| Octal | 274 | 320 | 165 | 12 | 0 | 54 | 22 | 111 | 61 | 100 |
| Binary | 10111100 | 11010000 | 1110101 | 1010 | 0 | 101100 | 10010 | 1001001 | 110001 | 1000000 |
Color Harmonies of #BCD075
Complementary color
Monochromatic Colors of #BCD075
Black with #BCD075
Text Example
Text Example
White with #BCD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD075; }
p { color: rgb(188,208,117); }
H1.HeaderClassName
{
color: #BCD075;
}
.AnyTagClassName
{
color: #BCD075;
}
</style>
background-color css
<style>
a { background-color: #BCD075; }
a { background-color: rgb(188,208,117); }
div.DivClassName
{
background-color: #BCD075;
}
.BgClassName
{
background-color: #BCD075;
}
</style>
border-color css
<style>
span { border-color: #BCD075; }
span { border-color: rgb(188,208,117); }
td.TdClassName
{
border-color: #BCD075;
}
.TagClassName
{
border-color: #BCD075;
}
</style>