Shades of Pine Glade #BCC57D
Tints of Pine Glade #BCC57D
RGB
CMYK
RGB Variations
Color information
#BCC57D (or 0xBCC57D) is known color: Pine Glade. HEX triplet: BC, C5 and 7D. RGB value is (188,197,125). Sum of RGB (Red+Green+Blue) = 188+197+125=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC57D is #433A82. Grayscale: #BABABA. Windows color (decimal): -4405891 or 8242620. OLE color: 8242620.
HSL color Cylindrical-coordinate representation of color #BCC57D: hue angle of 67.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCC57D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 125 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.23 |
| HSL | 67.5º | 0.38% | 0.63% | - |
| HSV(B) | 67.5º | 0.37% | 0.77% | - |
| XYZ | 44.41 | 52.1 | 27.12 | - |
| YUV | 186.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 125 | 0.05 | 0 | 0.37 | 0.23 | 67.5 | 0.38 | 0.63 |
| Hex | BC | C5 | 7D | 5 | 0 | 25 | 17 | 44 | 26 | 3F |
| Octal | 274 | 305 | 175 | 5 | 0 | 45 | 27 | 104 | 46 | 77 |
| Binary | 10111100 | 11000101 | 1111101 | 101 | 0 | 100101 | 10111 | 1000100 | 100110 | 111111 |
Color Harmonies of #BCC57D
Complementary color
Monochromatic Colors of #BCC57D
Black with #BCC57D
Text Example
Text Example
White with #BCC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC57D; }
p { color: rgb(188,197,125); }
H1.HeaderClassName
{
color: #BCC57D;
}
.AnyTagClassName
{
color: #BCC57D;
}
</style>
background-color css
<style>
a { background-color: #BCC57D; }
a { background-color: rgb(188,197,125); }
div.DivClassName
{
background-color: #BCC57D;
}
.BgClassName
{
background-color: #BCC57D;
}
</style>
border-color css
<style>
span { border-color: #BCC57D; }
span { border-color: rgb(188,197,125); }
td.TdClassName
{
border-color: #BCC57D;
}
.TagClassName
{
border-color: #BCC57D;
}
</style>