Shades of Pine Glade #BCC27B
Tints of Pine Glade #BCC27B
RGB
CMYK
RGB Variations
Color information
#BCC27B (or 0xBCC27B) is known color: Pine Glade. HEX triplet: BC, C2 and 7B. RGB value is (188,194,123). Sum of RGB (Red+Green+Blue) = 188+194+123=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC27B is #433D84. Grayscale: #B8B8B8. Windows color (decimal): -4406661 or 8110780. OLE color: 8110780.
HSL color Cylindrical-coordinate representation of color #BCC27B: hue angle of 65.07º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCC27B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 123 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.24 |
| HSL | 65.07º | 0.37% | 0.62% | - |
| HSV(B) | 65.07º | 0.37% | 0.76% | - |
| XYZ | 43.61 | 50.71 | 26.23 | - |
| YUV | 184.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 123 | 0.03 | 0 | 0.37 | 0.24 | 65.07 | 0.37 | 0.62 |
| Hex | BC | C2 | 7B | 3 | 0 | 25 | 18 | 41 | 25 | 3E |
| Octal | 274 | 302 | 173 | 3 | 0 | 45 | 30 | 101 | 45 | 76 |
| Binary | 10111100 | 11000010 | 1111011 | 11 | 0 | 100101 | 11000 | 1000001 | 100101 | 111110 |
Color Harmonies of #BCC27B
Complementary color
Monochromatic Colors of #BCC27B
Black with #BCC27B
Text Example
Text Example
White with #BCC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC27B; }
p { color: rgb(188,194,123); }
H1.HeaderClassName
{
color: #BCC27B;
}
.AnyTagClassName
{
color: #BCC27B;
}
</style>
background-color css
<style>
a { background-color: #BCC27B; }
a { background-color: rgb(188,194,123); }
div.DivClassName
{
background-color: #BCC27B;
}
.BgClassName
{
background-color: #BCC27B;
}
</style>
border-color css
<style>
span { border-color: #BCC27B; }
span { border-color: rgb(188,194,123); }
td.TdClassName
{
border-color: #BCC27B;
}
.TagClassName
{
border-color: #BCC27B;
}
</style>