Shades of Conifer #BCD549
Tints of Conifer #BCD549
RGB
CMYK
RGB Variations
Color information
#BCD549 (or 0xBCD549) is known color: Conifer. HEX triplet: BC, D5 and 49. RGB value is (188,213,73). Sum of RGB (Red+Green+Blue) = 188+213+73=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD549 is #432AB6. Grayscale: #BEBEBE. Windows color (decimal): -4401847 or 4838844. OLE color: 4838844.
HSL color Cylindrical-coordinate representation of color #BCD549: hue angle of 70.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD549 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 73 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.16 |
| HSL | 70.71º | 0.63% | 0.56% | - |
| HSV(B) | 70.71º | 0.66% | 0.84% | - |
| XYZ | 45.74 | 58.76 | 15.23 | - |
| YUV | 189.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 73 | 0.12 | 0 | 0.66 | 0.16 | 70.71 | 0.63 | 0.56 |
| Hex | BC | D5 | 49 | C | 0 | 42 | 10 | 47 | 3E | 38 |
| Octal | 274 | 325 | 111 | 14 | 0 | 102 | 20 | 107 | 76 | 70 |
| Binary | 10111100 | 11010101 | 1001001 | 1100 | 0 | 1000010 | 10000 | 1000111 | 111110 | 111000 |
Color Harmonies of #BCD549
Complementary color
Monochromatic Colors of #BCD549
Black with #BCD549
Text Example
Text Example
White with #BCD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD549; }
p { color: rgb(188,213,73); }
H1.HeaderClassName
{
color: #BCD549;
}
.AnyTagClassName
{
color: #BCD549;
}
</style>
background-color css
<style>
a { background-color: #BCD549; }
a { background-color: rgb(188,213,73); }
div.DivClassName
{
background-color: #BCD549;
}
.BgClassName
{
background-color: #BCD549;
}
</style>
border-color css
<style>
span { border-color: #BCD549; }
span { border-color: rgb(188,213,73); }
td.TdClassName
{
border-color: #BCD549;
}
.TagClassName
{
border-color: #BCD549;
}
</style>