Shades of Conifer #BCD757
Tints of Conifer #BCD757
RGB
CMYK
RGB Variations
Color information
#BCD757 (or 0xBCD757) is known color: Conifer. HEX triplet: BC, D7 and 57. RGB value is (188,215,87). Sum of RGB (Red+Green+Blue) = 188+215+87=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD757 is #4328A8. Grayscale: #C0C0C0. Windows color (decimal): -4401321 or 5756860. OLE color: 5756860.
HSL color Cylindrical-coordinate representation of color #BCD757: hue angle of 72.66º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD757 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 87 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.16 |
| HSL | 72.66º | 0.62% | 0.59% | - |
| HSV(B) | 72.66º | 0.6% | 0.84% | - |
| XYZ | 46.76 | 59.98 | 18.13 | - |
| YUV | 192.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 87 | 0.13 | 0 | 0.60 | 0.16 | 72.66 | 0.62 | 0.59 |
| Hex | BC | D7 | 57 | D | 0 | 3C | 10 | 49 | 3E | 3B |
| Octal | 274 | 327 | 127 | 15 | 0 | 74 | 20 | 111 | 76 | 73 |
| Binary | 10111100 | 11010111 | 1010111 | 1101 | 0 | 111100 | 10000 | 1001001 | 111110 | 111011 |
Color Harmonies of #BCD757
Complementary color
Monochromatic Colors of #BCD757
Black with #BCD757
Text Example
Text Example
White with #BCD757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD757; }
p { color: rgb(188,215,87); }
H1.HeaderClassName
{
color: #BCD757;
}
.AnyTagClassName
{
color: #BCD757;
}
</style>
background-color css
<style>
a { background-color: #BCD757; }
a { background-color: rgb(188,215,87); }
div.DivClassName
{
background-color: #BCD757;
}
.BgClassName
{
background-color: #BCD757;
}
</style>
border-color css
<style>
span { border-color: #BCD757; }
span { border-color: rgb(188,215,87); }
td.TdClassName
{
border-color: #BCD757;
}
.TagClassName
{
border-color: #BCD757;
}
</style>