Shades of Pine Glade #BCC07B
Tints of Pine Glade #BCC07B
RGB
CMYK
RGB Variations
Color information
#BCC07B (or 0xBCC07B) is known color: Pine Glade. HEX triplet: BC, C0 and 7B. RGB value is (188,192,123). Sum of RGB (Red+Green+Blue) = 188+192+123=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07B is #433F84. Grayscale: #B7B7B7. Windows color (decimal): -4407173 or 8110268. OLE color: 8110268.
HSL color Cylindrical-coordinate representation of color #BCC07B: hue angle of 63.48º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC07B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 123 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.25 |
| HSL | 63.48º | 0.35% | 0.62% | - |
| HSV(B) | 63.48º | 0.36% | 0.75% | - |
| XYZ | 43.16 | 49.82 | 26.08 | - |
| YUV | 182.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 123 | 0.02 | 0 | 0.36 | 0.25 | 63.48 | 0.35 | 0.62 |
| Hex | BC | C0 | 7B | 2 | 0 | 24 | 19 | 3F | 23 | 3E |
| Octal | 274 | 300 | 173 | 2 | 0 | 44 | 31 | 77 | 43 | 76 |
| Binary | 10111100 | 11000000 | 1111011 | 10 | 0 | 100100 | 11001 | 111111 | 100011 | 111110 |
Color Harmonies of #BCC07B
Complementary color
Monochromatic Colors of #BCC07B
Black with #BCC07B
Text Example
Text Example
White with #BCC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC07B; }
p { color: rgb(188,192,123); }
H1.HeaderClassName
{
color: #BCC07B;
}
.AnyTagClassName
{
color: #BCC07B;
}
</style>
background-color css
<style>
a { background-color: #BCC07B; }
a { background-color: rgb(188,192,123); }
div.DivClassName
{
background-color: #BCC07B;
}
.BgClassName
{
background-color: #BCC07B;
}
</style>
border-color css
<style>
span { border-color: #BCC07B; }
span { border-color: rgb(188,192,123); }
td.TdClassName
{
border-color: #BCC07B;
}
.TagClassName
{
border-color: #BCC07B;
}
</style>