Shades of Conifer #BCD551
Tints of Conifer #BCD551
RGB
CMYK
RGB Variations
Color information
#BCD551 (or 0xBCD551) is known color: Conifer. HEX triplet: BC, D5 and 51. RGB value is (188,213,81). Sum of RGB (Red+Green+Blue) = 188+213+81=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD551 is #432AAE. Grayscale: #BEBEBE. Windows color (decimal): -4401839 or 5363132. OLE color: 5363132.
HSL color Cylindrical-coordinate representation of color #BCD551: hue angle of 71.36º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD551 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 81 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.16 |
| HSL | 71.36º | 0.61% | 0.58% | - |
| HSV(B) | 71.36º | 0.62% | 0.84% | - |
| XYZ | 46.02 | 58.87 | 16.72 | - |
| YUV | 190.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 81 | 0.12 | 0 | 0.62 | 0.16 | 71.36 | 0.61 | 0.58 |
| Hex | BC | D5 | 51 | C | 0 | 3E | 10 | 47 | 3D | 3A |
| Octal | 274 | 325 | 121 | 14 | 0 | 76 | 20 | 107 | 75 | 72 |
| Binary | 10111100 | 11010101 | 1010001 | 1100 | 0 | 111110 | 10000 | 1000111 | 111101 | 111010 |
Color Harmonies of #BCD551
Complementary color
Monochromatic Colors of #BCD551
Black with #BCD551
Text Example
Text Example
White with #BCD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD551; }
p { color: rgb(188,213,81); }
H1.HeaderClassName
{
color: #BCD551;
}
.AnyTagClassName
{
color: #BCD551;
}
</style>
background-color css
<style>
a { background-color: #BCD551; }
a { background-color: rgb(188,213,81); }
div.DivClassName
{
background-color: #BCD551;
}
.BgClassName
{
background-color: #BCD551;
}
</style>
border-color css
<style>
span { border-color: #BCD551; }
span { border-color: rgb(188,213,81); }
td.TdClassName
{
border-color: #BCD551;
}
.TagClassName
{
border-color: #BCD551;
}
</style>