Shades of Pine Glade #BCC57B
Tints of Pine Glade #BCC57B
RGB
CMYK
RGB Variations
Color information
#BCC57B (or 0xBCC57B) is known color: Pine Glade. HEX triplet: BC, C5 and 7B. RGB value is (188,197,123). Sum of RGB (Red+Green+Blue) = 188+197+123=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC57B is #433A84. Grayscale: #BABABA. Windows color (decimal): -4405893 or 8111548. OLE color: 8111548.
HSL color Cylindrical-coordinate representation of color #BCC57B: hue angle of 67.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC57B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 123 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.23 |
| HSL | 67.3º | 0.39% | 0.63% | - |
| HSV(B) | 67.3º | 0.38% | 0.77% | - |
| XYZ | 44.28 | 52.05 | 26.45 | - |
| YUV | 185.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 123 | 0.05 | 0 | 0.38 | 0.23 | 67.3 | 0.39 | 0.63 |
| Hex | BC | C5 | 7B | 5 | 0 | 26 | 17 | 43 | 27 | 3F |
| Octal | 274 | 305 | 173 | 5 | 0 | 46 | 27 | 103 | 47 | 77 |
| Binary | 10111100 | 11000101 | 1111011 | 101 | 0 | 100110 | 10111 | 1000011 | 100111 | 111111 |
Color Harmonies of #BCC57B
Complementary color
Monochromatic Colors of #BCC57B
Black with #BCC57B
Text Example
Text Example
White with #BCC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC57B; }
p { color: rgb(188,197,123); }
H1.HeaderClassName
{
color: #BCC57B;
}
.AnyTagClassName
{
color: #BCC57B;
}
</style>
background-color css
<style>
a { background-color: #BCC57B; }
a { background-color: rgb(188,197,123); }
div.DivClassName
{
background-color: #BCC57B;
}
.BgClassName
{
background-color: #BCC57B;
}
</style>
border-color css
<style>
span { border-color: #BCC57B; }
span { border-color: rgb(188,197,123); }
td.TdClassName
{
border-color: #BCC57B;
}
.TagClassName
{
border-color: #BCC57B;
}
</style>