Shades of Pine Glade #BCC67F
Tints of Pine Glade #BCC67F
RGB
CMYK
RGB Variations
Color information
#BCC67F (or 0xBCC67F) is known color: Pine Glade. HEX triplet: BC, C6 and 7F. RGB value is (188,198,127). Sum of RGB (Red+Green+Blue) = 188+198+127=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC67F is #433980. Grayscale: #BBBBBB. Windows color (decimal): -4405633 or 8373948. OLE color: 8373948.
HSL color Cylindrical-coordinate representation of color #BCC67F: hue angle of 68.45º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC67F is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 127 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.22 |
| HSL | 68.45º | 0.38% | 0.64% | - |
| HSV(B) | 68.45º | 0.36% | 0.78% | - |
| XYZ | 44.76 | 52.61 | 27.87 | - |
| YUV | 186.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 127 | 0.05 | 0 | 0.36 | 0.22 | 68.45 | 0.38 | 0.64 |
| Hex | BC | C6 | 7F | 5 | 0 | 24 | 16 | 44 | 26 | 40 |
| Octal | 274 | 306 | 177 | 5 | 0 | 44 | 26 | 104 | 46 | 100 |
| Binary | 10111100 | 11000110 | 1111111 | 101 | 0 | 100100 | 10110 | 1000100 | 100110 | 1000000 |
Color Harmonies of #BCC67F
Complementary color
Monochromatic Colors of #BCC67F
Black with #BCC67F
Text Example
Text Example
White with #BCC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC67F; }
p { color: rgb(188,198,127); }
H1.HeaderClassName
{
color: #BCC67F;
}
.AnyTagClassName
{
color: #BCC67F;
}
</style>
background-color css
<style>
a { background-color: #BCC67F; }
a { background-color: rgb(188,198,127); }
div.DivClassName
{
background-color: #BCC67F;
}
.BgClassName
{
background-color: #BCC67F;
}
</style>
border-color css
<style>
span { border-color: #BCC67F; }
span { border-color: rgb(188,198,127); }
td.TdClassName
{
border-color: #BCC67F;
}
.TagClassName
{
border-color: #BCC67F;
}
</style>